summaryrefslogtreecommitdiffstats
path: root/sw/source/core/swg
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:15:19 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:15:19 +0100
commitb343ca0dfbae0731ac0ce89d14bc9c8fc667825d (patch)
tree88c26f50d5f2258b4b172a48e0c18f8fda1c3c6d /sw/source/core/swg
parentcleaning of __EXPORT define (diff)
downloadcore-b343ca0dfbae0731ac0ce89d14bc9c8fc667825d.tar.gz
core-b343ca0dfbae0731ac0ce89d14bc9c8fc667825d.zip
change of __READONLY_DATA define to const
Diffstat (limited to 'sw/source/core/swg')
-rw-r--r--sw/source/core/swg/SwXMLBlockImport.cxx6
-rw-r--r--sw/source/core/swg/SwXMLSectionList.cxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/swg/SwXMLBlockImport.cxx b/sw/source/core/swg/SwXMLBlockImport.cxx
index 6e1d67fcef9f..c7499c69f0e4 100644
--- a/sw/source/core/swg/SwXMLBlockImport.cxx
+++ b/sw/source/core/swg/SwXMLBlockImport.cxx
@@ -38,9 +38,9 @@ using namespace ::com::sun::star;
using namespace ::xmloff::token;
using ::rtl::OUString;
-sal_Char __READONLY_DATA sXML_np__block_list[] = "_block-list";
-sal_Char __READONLY_DATA sXML_np__office[] = "_ooffice";
-sal_Char __READONLY_DATA sXML_np__text[] = "_otext";
+sal_Char const sXML_np__block_list[] = "_block-list";
+sal_Char const sXML_np__office[] = "_ooffice";
+sal_Char const sXML_np__text[] = "_otext";
// #110680#
SwXMLBlockListImport::SwXMLBlockListImport(
diff --git a/sw/source/core/swg/SwXMLSectionList.cxx b/sw/source/core/swg/SwXMLSectionList.cxx
index 6473bdbc3e4f..1aebeb72cf22 100644
--- a/sw/source/core/swg/SwXMLSectionList.cxx
+++ b/sw/source/core/swg/SwXMLSectionList.cxx
@@ -39,8 +39,8 @@ using namespace ::com::sun::star;
using ::rtl::OUString;
using namespace ::xmloff::token;
-sal_Char __READONLY_DATA sXML_np__office[] = "_ooffice";
-sal_Char __READONLY_DATA sXML_np__text[] = "_otext";
+sal_Char const sXML_np__office[] = "_ooffice";
+sal_Char const sXML_np__text[] = "_otext";
// #110680#
SwXMLSectionList::SwXMLSectionList(