diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-16 20:49:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-16 20:50:40 +0200 |
commit | 4f8b87d9bcd31aef8f0b22095a3d02715f943ee9 (patch) | |
tree | 27f1766e7c5d05d08d3e792d28ddd1fe8d18bd18 /sfx2/source/doc | |
parent | 442104c59be5e8e986501e5fc1a02f46066605d7 (diff) |
sfx2: warning C4100 unreferenced formal parameter
Change-Id: I4613071807bdedeb2058af12f0f808bdffc0e5cd
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 1a5452f63014..f48433a1bfe2 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()); } |