summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-29 14:42:01 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-29 14:42:01 +0000
commit0426a15057be260f9024c8b6a2a2d184ecf9821f (patch)
treebe36a62b4b329a774f23b39f7fb1210413803974 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parent3a0daac06a2bc74b1db4e56e03a26c37b0d4ad77 (diff)
#79771#; some performance improvements
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index 72c3bf44f31e..e35a58761781 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStylesExportHelper.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: sab $ $Date: 2001-05-18 08:35:44 $
+ * last change: $Author: sab $ $Date: 2001-05-29 15:42:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,8 +120,16 @@ class ScMyValidationsContainer
{
private:
ScMyValidationVec aValidationVec;
- rtl::OUString sEmptyString;
-protected:
+ const rtl::OUString sEmptyString;
+ const rtl::OUString sERRALSTY;
+ const rtl::OUString sIGNOREBL;
+ const rtl::OUString sTYPE;
+ const rtl::OUString sSHOWINP;
+ const rtl::OUString sSHOWERR;
+ const rtl::OUString sINPTITLE;
+ const rtl::OUString sINPMESS;
+ const rtl::OUString sERRTITLE;
+ const rtl::OUString sERRMESS;
public:
ScMyValidationsContainer();
~ScMyValidationsContainer();