diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/compiler.hxx | 2 | ||||
-rw-r--r-- | sc/inc/global.hxx | 4 | ||||
-rw-r--r-- | sc/inc/unonames.hxx | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 1229042f5ff0..327623271d15 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -533,7 +533,7 @@ private: { return c < 128 ? pConv->getCharTableFlags(c, cLast) : 0; } }; -SC_DLLPUBLIC String GetScCompilerNativeSymbol( OpCode eOp ); //CHINA001 +SC_DLLPUBLIC String GetScCompilerNativeSymbol( OpCode eOp ); #endif diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 49ab758b7d0b..75bfd6b567d4 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -584,7 +584,7 @@ public: static IntlWrapper* GetScIntlWrapper(); static ::com::sun::star::lang::Locale* GetLocale(); - SC_DLLPUBLIC static ::utl::TransliterationWrapper* GetpTransliteration(); //CHINA001 + SC_DLLPUBLIC static ::utl::TransliterationWrapper* GetpTransliteration(); static ::utl::TransliterationWrapper* GetCaseTransliteration(); SC_DLLPUBLIC static LanguageType eLnge; @@ -888,7 +888,7 @@ struct ScConsolidateParam }; // ----------------------------------------------------------------------- -extern ::utl::TransliterationWrapper* GetScGlobalpTransliteration();//CHINA001 +extern ::utl::TransliterationWrapper* GetScGlobalpTransliteration(); extern const LocaleDataWrapper* GetScGlobalpLocaleData(); #endif diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 6400802422ec..8be91e745bc4 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -622,9 +622,7 @@ #define SC_UNONAME_XLA1REPR "XLA1Representation" #define SC_UNONAME_REFSHEET "ReferenceSheet" -// --> PB 2004-08-23 #i33095# Security Options #define SC_UNO_LOADREADONLY "LoadReadonly" -// <-- #define SC_UNO_MODIFYPASSWORDINFO "ModifyPasswordInfo" // FormulaParser |