summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/textsh.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-16 10:26:45 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-16 10:33:36 +0900
commit56ee768bfd912c3c4278056a4712c1108ec38af4 (patch)
tree89e53f1de189bb3b5b7aa0ae23c133548ae3153e /sw/source/ui/shells/textsh.cxx
parent22fa63a4fac7e86bc199092c48f0d2954435bf46 (diff)
Mark as const
Change-Id: I06e85719590be114ab1d19010886a035e36f34b0
Diffstat (limited to 'sw/source/ui/shells/textsh.cxx')
-rw-r--r--sw/source/ui/shells/textsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx
index 096209b1c529..7b74e5b490ca 100644
--- a/sw/source/ui/shells/textsh.cxx
+++ b/sw/source/ui/shells/textsh.cxx
@@ -542,7 +542,7 @@ void SwTextShell::ExecInsert(SfxRequest &rReq)
}
else
{
- static sal_uInt16 aFrmAttrRange[] =
+ static const sal_uInt16 aFrmAttrRange[] =
{
RES_FRMATR_BEGIN, RES_FRMATR_END-1,
SID_ATTR_BORDER_INNER, SID_ATTR_BORDER_INNER,