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:
Adrien Destugues
2014-10-06 08:35:50 +02:00
parent 33046f3a8c
commit 136884d011
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -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 -3
View File
@@ -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 -3
View File
@@ -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();