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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 21 10:43:31 UTC 2019


 sw/source/ui/vba/vbaapplication.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 06c740aafc1b21468de3a631d117d74a520e4db6
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 21 10:42:37 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 21 10:42:37 2019 +0000

    WaE: loplugin:casttovoid
    
    Change-Id: I823a809048905a93f1413e3332dcb5fe18748a4a

diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index 3a0b6042cda7..2674a9c6efe1 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -352,9 +352,8 @@ uno::Any SAL_CALL SwVbaApplication::getCustomizationContext()
     return uno::Any(); // ???
 }
 
-void SAL_CALL SwVbaApplication::setCustomizationContext( const uno::Any& _customizationcontext )
+void SAL_CALL SwVbaApplication::setCustomizationContext(const uno::Any& /*_customizationcontext*/)
 {
-    (void) _customizationcontext;
     // ???
 }
 


More information about the Libreoffice-commits mailing list