summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-03 11:17:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-03 15:04:20 +0100
commit8c6ca6948729045943ec18f0416cd198247ace53 (patch)
treed2721cde00760b1baed9c265bee4a3001777449e /framework
parent96608e0c24f2c76cc746ffbf58070014bf3724e0 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uiconfiguration/windowstateconfiguration.cxx2
1 files changed, 1 insertions, 1 deletions
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,