nMediaArgsCount is const

Change-Id: Ideab44b6712013199cd22216bfe5875c0ec0c545
Reviewed-on: https://gerrit.libreoffice.org/68727
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
Mike Kaganski
2019-03-05 07:28:32 +01:00
parent 8f56281ad5
commit ac69149bef

View File

@@ -113,7 +113,7 @@ SfxFormalArgument const aFormalArgs[] = {
{ reinterpret_cast<SfxType*>(&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";