From ac69149beff331755be67220a85a2e7b0644384f Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Tue, 5 Mar 2019 07:28:32 +0100 Subject: [PATCH] nMediaArgsCount is const Change-Id: Ideab44b6712013199cd22216bfe5875c0ec0c545 Reviewed-on: https://gerrit.libreoffice.org/68727 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sfx2/source/appl/appuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";