summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appuno.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:52 +0100
commit2a87543d86ee47fb819ebfb05fb613236851e3f1 (patch)
tree42db443cb74a81dc4b9524beccf267cad5b29c1e /sfx2/source/appl/appuno.cxx
parent9b37930e8aa7a139ad31a2337905040435272a9b (diff)
New loplugin:externvar: sfx2
Change-Id: I166293e7404fb5d638fcd25d8413b33026b326b2
Diffstat (limited to 'sfx2/source/appl/appuno.cxx')
-rw-r--r--sfx2/source/appl/appuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index bbd9a1f16df6..12739e4c02d0 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -79,7 +79,7 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::io;
// needs to be converted to a better data structure
-SfxFormalArgument aFormalArgs[] = {
+SfxFormalArgument const aFormalArgs[] = {
{ reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "SuggestedSaveAsName", SID_DEFAULTFILENAME },
{ reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "SuggestedSaveAsDir", SID_DEFAULTFILEPATH },
{ reinterpret_cast<SfxType*>(&aSfxStringItem_Impl), "VersionAuthor", SID_DOCINFO_AUTHOR },