diff options
Diffstat (limited to 'sw/source/uibase/config/usrpref.cxx')
-rw-r--r-- | sw/source/uibase/config/usrpref.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/usrpref.cxx b/sw/source/uibase/config/usrpref.cxx index 77790b82c220..4a21273b2989 100644 --- a/sw/source/uibase/config/usrpref.cxx +++ b/sw/source/uibase/config/usrpref.cxx @@ -75,7 +75,7 @@ SwMasterUsrPref::~SwMasterUsrPref() { } -static const auto g_UpdateLinkIndex = 17; +const auto g_UpdateLinkIndex = 17; Sequence<OUString> SwContentViewConfig::GetPropertyNames() const { |