diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-04-10 12:40:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-04-10 12:46:54 +0200 |
commit | 1ae4c87367d1719a100b61eb694a7a186d2e8d6b (patch) | |
tree | 6b70fffb7b82befc6e0822d4baa1f1ded6e24c25 /xmloff | |
parent | 34592de6135e88ccf0172229b55c864584ac9fa9 (diff) |
char[] -> const char[].
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 9b2cb9dad1b3..3940fddf3771 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -48,7 +48,7 @@ using ::rtl::OUString; // ------------------------------------------------------------------------ -sal_Char XMLN_VERSIONSLIST[] = "VersionList.xml"; +const char XMLN_VERSIONSLIST[] = "VersionList.xml"; // ------------------------------------------------------------------------ // #110897# |