summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/chrdlg/drpcps.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-04-27 17:01:10 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-04-27 17:01:46 +0200
commit37c3a1c097567de818daec1e68ef132d57bcf17a (patch)
tree1199d05c7b35ae134b27da651ef6636e4f91d2e1 /sw/source/ui/chrdlg/drpcps.cxx
parentVCL: Renamed two functions (diff)
downloadcore-37c3a1c097567de818daec1e68ef132d57bcf17a.tar.gz
core-37c3a1c097567de818daec1e68ef132d57bcf17a.zip
const
Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5
Diffstat (limited to 'sw/source/ui/chrdlg/drpcps.cxx')
-rw-r--r--sw/source/ui/chrdlg/drpcps.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index e35a10b83bc3..8b9787aef626 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -54,7 +54,7 @@ using namespace css;
using namespace css::uno;
using namespace css::lang;
-static sal_uInt16 aPageRg[] = {
+static const sal_uInt16 aPageRg[] = {
RES_PARATR_DROP, RES_PARATR_DROP,
0
};
@@ -737,7 +737,7 @@ IMPL_LINK_NOARG_INLINE_START(SwDropCapsPage, SelectHdl)
}
IMPL_LINK_NOARG_INLINE_END(SwDropCapsPage, SelectHdl)
-sal_uInt16* SwDropCapsPage::GetRanges()
+const sal_uInt16* SwDropCapsPage::GetRanges()
{
return aPageRg;
}