summaryrefslogtreecommitdiff
path: root/xmloff/source/script
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:23:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:23:10 +0000
commit0f5c8733662061b1b624a7202c4e39b37d608d43 (patch)
tree66ace6b732506540053645955c7228c25fee5b75 /xmloff/source/script
parente13e4fca39198ae1f67aad064e09f30ff72ef8df (diff)
INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED
2005/11/03 17:47:02 cl 1.7.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff/source/script')
-rw-r--r--xmloff/source/script/XMLStarBasicExportHandler.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx
index caf13f7e85c1..bdbd10b30673 100644
--- a/xmloff/source/script/XMLStarBasicExportHandler.cxx
+++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLStarBasicExportHandler.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:20:24 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:23:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,10 +71,10 @@ using ::com::sun::star::beans::PropertyValue;
XMLStarBasicExportHandler::XMLStarBasicExportHandler() :
sStarBasic(RTL_CONSTASCII_USTRINGPARAM("StarBasic")),
- sStarOffice(RTL_CONSTASCII_USTRINGPARAM("StarOffice")),
- sApplication(RTL_CONSTASCII_USTRINGPARAM("application")),
sLibrary(RTL_CONSTASCII_USTRINGPARAM("Library")),
- sMacroName(RTL_CONSTASCII_USTRINGPARAM("MacroName"))
+ sMacroName(RTL_CONSTASCII_USTRINGPARAM("MacroName")),
+ sStarOffice(RTL_CONSTASCII_USTRINGPARAM("StarOffice")),
+ sApplication(RTL_CONSTASCII_USTRINGPARAM("application"))
{
}