sfx2/source/appl/appuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac69149beff331755be67220a85a2e7b0644384f
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Mar 5 07:28:32 2019 +0100
Commit:     Mike Kaganski <mike.kagan...@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.kagan...@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";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to