framework/source/uiconfiguration/windowstateconfiguration.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c6ca6948729045943ec18f0416cd198247ace53
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Dec 3 11:17:32 2019 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Dec 3 15:04:20 2019 +0100

    enum WindowsStateMask type itself is unused
    
    (found with upcoming loplugin:unusedmember)
    
    Change-Id: I2a7de15da061c4c0d4dc163c59370db6da763c2c
    Reviewed-on: https://gerrit.libreoffice.org/84316
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx 
b/framework/source/uiconfiguration/windowstateconfiguration.cxx
index fe3697162a0e..eb9b3bcfeee4 100644
--- a/framework/source/uiconfiguration/windowstateconfiguration.cxx
+++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx
@@ -136,7 +136,7 @@ class ConfigurationAccess_WindowState : public  
::cppu::WeakImplHelper< XNameCon
         virtual void SAL_CALL disposing( const EventObject& aEvent ) override;
 
     protected:
-        enum WindowStateMask
+        enum // WindowStateMask
         {
             WINDOWSTATE_MASK_DOCKINGAREA    = 256,
             WINDOWSTATE_MASK_POS            = 512,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to