diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 772807cca9a9..d7b1aa528655 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -113,7 +113,7 @@ SfxFormalArgument const aFormalArgs[] = { { reinterpret_cast(&aSfxStringItem_Impl), "RedactionStyle", SID_REDACTION_STYLE }, }; -static sal_uInt16 nMediaArgsCount = SAL_N_ELEMENTS(aFormalArgs); +static sal_uInt16 const nMediaArgsCount = SAL_N_ELEMENTS(aFormalArgs); static char const sTemplateRegionName[] = "TemplateRegionName"; static char const sTemplateName[] = "TemplateName";