summaryrefslogtreecommitdiff
path: root/svx/source/form/fmundo.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:30 +0100
commitf55079f4efa035ec556a421bd88db8aea2a0cdfb (patch)
tree3c19f2f84efd11bd6b8517f122b298ab843b5cb4 /svx/source/form/fmundo.cxx
parent28a42c1b7273557971f3c17646810c09b585b4b1 (diff)
New loplugin:externvar: svx
Change-Id: Ia6d7c52389bbc957190bc59dadb62b1840befe73
Diffstat (limited to 'svx/source/form/fmundo.cxx')
-rw-r--r--svx/source/form/fmundo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx
index 448489b54a31..1a05c6910e3e 100644
--- a/svx/source/form/fmundo.cxx
+++ b/svx/source/form/fmundo.cxx
@@ -164,7 +164,7 @@ struct PropertySetInfo
typedef std::map<Reference< XPropertySet >, PropertySetInfo> PropertySetInfoCache;
-OUString static_STR_UNDO_PROPERTY;
+static OUString static_STR_UNDO_PROPERTY;
FmXUndoEnvironment::FmXUndoEnvironment(FmFormModel& _rModel)