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

View File

@ -21,7 +21,6 @@
#include <Language.h>
#include <Locale.h>
#include <NumberFormat.h>
#include <NumberFormatImpl.h>
#include <NumberFormatParameters.h>
#include <TimeFormat.h>
#include <UnicodeChar.h>

View File

@ -1,13 +1,11 @@
#ifndef _B_FLOAT_FORMAT_IMPL_H_
#define _B_FLOAT_FORMAT_IMPL_H_
#include <NumberFormatImpl.h>
struct format_field_position;
class BFloatFormatParameters;
class BString;
class BFloatFormatImpl : public BNumberFormatImpl {
class BFloatFormatImpl {
public:
BFloatFormatImpl();
virtual ~BFloatFormatImpl();

View File

@ -1,13 +1,11 @@
#ifndef _B_INTEGER_FORMAT_IMPL_H_
#define _B_INTEGER_FORMAT_IMPL_H_
#include <NumberFormatImpl.h>
struct format_field_position;
class BIntegerFormatParameters;
class BString;
class BIntegerFormatImpl : public BNumberFormatImpl {
class BIntegerFormatImpl {
public:
BIntegerFormatImpl();
virtual ~BIntegerFormatImpl();