sw/source/ui/vba/vbaapplication.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 06c740aafc1b21468de3a631d117d74a520e4db6 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jan 21 10:42:37 2019 +0000 Commit: Caolán McNamara <[email protected]> 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; // ??? } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
