Remove references to NumberFormatImpl.
The class and header file are gone, so don't try to use them. Fixes #11312.
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
#include <Language.h>
|
#include <Language.h>
|
||||||
#include <Locale.h>
|
#include <Locale.h>
|
||||||
#include <NumberFormat.h>
|
#include <NumberFormat.h>
|
||||||
#include <NumberFormatImpl.h>
|
|
||||||
#include <NumberFormatParameters.h>
|
#include <NumberFormatParameters.h>
|
||||||
#include <TimeFormat.h>
|
#include <TimeFormat.h>
|
||||||
#include <UnicodeChar.h>
|
#include <UnicodeChar.h>
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
#ifndef _B_FLOAT_FORMAT_IMPL_H_
|
#ifndef _B_FLOAT_FORMAT_IMPL_H_
|
||||||
#define _B_FLOAT_FORMAT_IMPL_H_
|
#define _B_FLOAT_FORMAT_IMPL_H_
|
||||||
|
|
||||||
#include <NumberFormatImpl.h>
|
|
||||||
|
|
||||||
struct format_field_position;
|
struct format_field_position;
|
||||||
class BFloatFormatParameters;
|
class BFloatFormatParameters;
|
||||||
class BString;
|
class BString;
|
||||||
|
|
||||||
class BFloatFormatImpl : public BNumberFormatImpl {
|
class BFloatFormatImpl {
|
||||||
public:
|
public:
|
||||||
BFloatFormatImpl();
|
BFloatFormatImpl();
|
||||||
virtual ~BFloatFormatImpl();
|
virtual ~BFloatFormatImpl();
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
#ifndef _B_INTEGER_FORMAT_IMPL_H_
|
#ifndef _B_INTEGER_FORMAT_IMPL_H_
|
||||||
#define _B_INTEGER_FORMAT_IMPL_H_
|
#define _B_INTEGER_FORMAT_IMPL_H_
|
||||||
|
|
||||||
#include <NumberFormatImpl.h>
|
|
||||||
|
|
||||||
struct format_field_position;
|
struct format_field_position;
|
||||||
class BIntegerFormatParameters;
|
class BIntegerFormatParameters;
|
||||||
class BString;
|
class BString;
|
||||||
|
|
||||||
class BIntegerFormatImpl : public BNumberFormatImpl {
|
class BIntegerFormatImpl {
|
||||||
public:
|
public:
|
||||||
BIntegerFormatImpl();
|
BIntegerFormatImpl();
|
||||||
virtual ~BIntegerFormatImpl();
|
virtual ~BIntegerFormatImpl();
|
||||||
|
|||||||
Reference in New Issue
Block a user