summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/uielementfactorymanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-15 16:37:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 09:47:00 +0200
commit8a118589217464d4325d9b587b8cee12639d3db6 (patch)
tree334ba0d2802ef4500912e006c5284a695811af1c /framework/inc/uifactory/uielementfactorymanager.hxx
parent529951aae5c731ed76fb980fc841699a0cc82a40 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I57abfb3b3d659edcd130788d173c2df3b79101f0
Diffstat (limited to 'framework/inc/uifactory/uielementfactorymanager.hxx')
-rw-r--r--framework/inc/uifactory/uielementfactorymanager.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/uifactory/uielementfactorymanager.hxx b/framework/inc/uifactory/uielementfactorymanager.hxx
index 5a7c1f96a64a..99dc12f2a525 100644
--- a/framework/inc/uifactory/uielementfactorymanager.hxx
+++ b/framework/inc/uifactory/uielementfactorymanager.hxx
@@ -106,7 +106,6 @@ namespace framework
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xConfigAccess;
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xConfigListener;
sal_Bool m_bConfigAccessInitialized;
- bool m_bConfigDirty;
};