summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/numberformatcodewrapper.cxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2000-10-20 10:07:44 +0000
committerEike Rathke <er@openoffice.org>2000-10-20 10:07:44 +0000
commit56e5269ee8339d69cc7331b24502da24d4c63f97 (patch)
treef3f3c660c02d5bd9d20863d4a0e6b39d8eb7b55b /unotools/source/i18n/numberformatcodewrapper.cxx
parent9244cdceb062034fe792ed46d8172346f095bdf4 (diff)
#79637# not the cause but without not possible: use the right names in factory
Diffstat (limited to 'unotools/source/i18n/numberformatcodewrapper.cxx')
-rw-r--r--unotools/source/i18n/numberformatcodewrapper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/i18n/numberformatcodewrapper.cxx b/unotools/source/i18n/numberformatcodewrapper.cxx
index 6b42fb26bf9e..c561ca663002 100644
--- a/unotools/source/i18n/numberformatcodewrapper.cxx
+++ b/unotools/source/i18n/numberformatcodewrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numberformatcodewrapper.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: er $ $Date: 2000-10-13 19:52:27 $
+ * last change: $Author: er $ $Date: 2000-10-20 11:07:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@
#define LOCALEDATA_LIBRARYNAME "int"
-#define LOCALEDATA_SERVICENAME "com.sun.star.lang.NumberFormatCode"
+#define LOCALEDATA_SERVICENAME "com.sun.star.lang.NumberFormatMapper"
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
@@ -128,6 +128,7 @@ NumberFormatCodeWrapper::NumberFormatCodeWrapper(
DBG_ERRORFILE( "getComponentInstance: Exception caught!" );
}
}
+ DBG_ASSERT( xNFC.is(), "NumberFormatCodeWrapper: no NumberFormatMapper" );
}