diff options
author | Eike Rathke <er@openoffice.org> | 2001-11-12 17:52:39 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-11-12 17:52:39 +0000 |
commit | 8752dca96cf4063e80eca76fb275cde1e170edfd (patch) | |
tree | c4787a0e0935cb7b9a92ac3f4bed028d9f641a60 /unotools/source | |
parent | e4cd5c8b99f0e80b08a4819df6977f158a43c975 (diff) |
#94609# remove from i18n what's present in i18npool and integrate i18npool into build
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/i18n/localedatawrapper.cxx | 6 | ||||
-rw-r--r-- | unotools/source/i18n/numberformatcodewrapper.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index 761784cf1ec1..7064de82565c 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localedatawrapper.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: er $ $Date: 2001-08-07 16:01:54 $ + * last change: $Author: er $ $Date: 2001-11-12 18:52:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ #include <com/sun/star/i18n/CalendarDisplayIndex.hpp> #endif -#define LOCALEDATA_LIBRARYNAME "i18n" +#define LOCALEDATA_LIBRARYNAME "i18npool" #define LOCALEDATA_SERVICENAME "com.sun.star.i18n.LocaleData" static const int nDateFormatInvalid = -1; diff --git a/unotools/source/i18n/numberformatcodewrapper.cxx b/unotools/source/i18n/numberformatcodewrapper.cxx index b21a6ffb0211..9b78cb94ae50 100644 --- a/unotools/source/i18n/numberformatcodewrapper.cxx +++ b/unotools/source/i18n/numberformatcodewrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numberformatcodewrapper.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: er $ $Date: 2001-03-08 17:12:18 $ + * last change: $Author: er $ $Date: 2001-11-12 18:52:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ #pragma hdrstop -#define LOCALEDATA_LIBRARYNAME "i18n" +#define LOCALEDATA_LIBRARYNAME "i18npool" #define LOCALEDATA_SERVICENAME "com.sun.star.i18n.NumberFormatMapper" using namespace ::com::sun::star; |