[Libreoffice-commits] core.git: sfx2/source

Michael Stahl mstahl at redhat.com
Thu Apr 16 11:58:17 PDT 2015


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

New commits:
commit 4f8b87d9bcd31aef8f0b22095a3d02715f943ee9
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Apr 16 20:49:56 2015 +0200

    sfx2: warning C4100 unreferenced formal parameter
    
    Change-Id: I4613071807bdedeb2058af12f0f808bdffc0e5cd

diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index 1a5452f..f48433a 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -643,7 +643,7 @@ bool SfxObjectShell::IsModifyPasswordEntered()
     return pImp->m_bModifyPasswordEntered;
 }
 
-void SfxObjectShell::libreOfficeKitCallback(SAL_UNUSED_PARAMETER int nType, SAL_UNUSED_PARAMETER const char* pPayload) const
+void SfxObjectShell::libreOfficeKitCallback(int /*nType*/, const char* /*pPayload*/) const
 {
     SAL_INFO("tiled-rendering", "SfxObjectShell::libreOfficeKitCallback interface not overridden for SfxObjectShell subclass typeId: " << typeid(*this).name());
 }


More information about the Libreoffice-commits mailing list