diff options
author | Eike Rathke <er@openoffice.org> | 2001-03-08 16:12:18 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-03-08 16:12:18 +0000 |
commit | f8f2c098bded7f3e253a1cf5eb73e2fa39613f5f (patch) | |
tree | 2caa3cbeefd2655d3a96304e597e8ba2052faf7f /unotools/source/i18n/charclass.cxx | |
parent | e42e0332dd7226ad4f704cdc96feb948f482d23d (diff) |
renamed *int* to *i18n*
Diffstat (limited to 'unotools/source/i18n/charclass.cxx')
-rw-r--r-- | unotools/source/i18n/charclass.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/i18n/charclass.cxx b/unotools/source/i18n/charclass.cxx index 472be9eb18d7..6371444fcfb3 100644 --- a/unotools/source/i18n/charclass.cxx +++ b/unotools/source/i18n/charclass.cxx @@ -2,9 +2,9 @@ * * $RCSfile: charclass.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2000-11-07 10:09:33 $ + * last change: $Author: er $ $Date: 2001-03-08 17:12:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ #pragma hdrstop -#define CHARCLASS_LIBRARYNAME "int" +#define CHARCLASS_LIBRARYNAME "i18n" #define CHARCLASS_SERVICENAME "com.sun.star.i18n.CharacterClassification" using namespace ::com::sun::star; |