summaryrefslogtreecommitdiff
path: root/framework/inc/xml/toolboxdocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/toolboxdocumenthandler.hxx')
-rw-r--r--framework/inc/xml/toolboxdocumenthandler.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx
index 06ca242cd4dc..f134054267ae 100644
--- a/framework/inc/xml/toolboxdocumenthandler.hxx
+++ b/framework/inc/xml/toolboxdocumenthandler.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_XML_TOOLBOXDOCUMENTHANDLER_HXX
-#define INCLUDED_FRAMEWORK_INC_XML_TOOLBOXDOCUMENTHANDLER_HXX
+#pragma once
#include <toolboxconfiguration.hxx>
@@ -101,14 +100,6 @@ class OReadToolBoxDocumentHandler final : public OReadToolBoxDocumentHandler_Bas
css::uno::Reference< css::container::XIndexContainer > m_rItemContainer;
css::uno::Reference< css::xml::sax::XLocator > m_xLocator;
- sal_Int32 m_nHashCode_Style_Radio;
- sal_Int32 m_nHashCode_Style_Left;
- sal_Int32 m_nHashCode_Style_AutoSize;
- sal_Int32 m_nHashCode_Style_DropDown;
- sal_Int32 m_nHashCode_Style_Repeat;
- sal_Int32 m_nHashCode_Style_DropDownOnly;
- sal_Int32 m_nHashCode_Style_Text;
- sal_Int32 m_nHashCode_Style_Image;
OUString m_aType;
OUString m_aLabel;
OUString m_aStyle;
@@ -150,12 +141,9 @@ class OWriteToolBoxDocumentHandler final
css::uno::Reference< css::container::XIndexAccess > m_rItemAccess;
OUString m_aXMLToolbarNS;
OUString m_aXMLXlinkNS;
- OUString m_aAttributeType;
OUString m_aAttributeURL;
};
} // namespace framework
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */