[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Mar 5 07:17:37 UTC 2019
sfx2/source/appl/appuno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac69149beff331755be67220a85a2e7b0644384f
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue Mar 5 07:28:32 2019 +0100
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Tue Mar 5 08:17:14 2019 +0100
nMediaArgsCount is const
Change-Id: Ideab44b6712013199cd22216bfe5875c0ec0c545
Reviewed-on: https://gerrit.libreoffice.org/68727
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
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<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";
More information about the Libreoffice-commits
mailing list