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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user