summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-04-10 12:40:00 +0200
committerJan Holesovsky <kendy@suse.cz>2012-04-10 12:46:54 +0200
commit1ae4c87367d1719a100b61eb694a7a186d2e8d6b (patch)
tree6b70fffb7b82befc6e0822d4baa1f1ded6e24c25 /sw
parent34592de6135e88ccf0172229b55c864584ac9fa9 (diff)
char[] -> const char[].
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/swg/SwXMLTextBlocks1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/swg/SwXMLTextBlocks1.cxx b/sw/source/core/swg/SwXMLTextBlocks1.cxx
index 62a2494f1ad8..3a20eb832b87 100644
--- a/sw/source/core/swg/SwXMLTextBlocks1.cxx
+++ b/sw/source/core/swg/SwXMLTextBlocks1.cxx
@@ -50,7 +50,7 @@
#define STREAM_STGREAD ( STREAM_READ | STREAM_SHARE_DENYWRITE | STREAM_NOCREATE )
#define STREAM_STGWRITE ( STREAM_READ | STREAM_WRITE | STREAM_SHARE_DENYWRITE )
-sal_Char XMLN_BLOCKLIST[] = "BlockList.xml";
+const char XMLN_BLOCKLIST[] = "BlockList.xml";
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;