summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterPropHdlFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdlFactory.cxx')
-rw-r--r--xmloff/source/style/PageMasterPropHdlFactory.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/style/PageMasterPropHdlFactory.cxx b/xmloff/source/style/PageMasterPropHdlFactory.cxx
index 0923cee3a5f8..ca96939581b0 100644
--- a/xmloff/source/style/PageMasterPropHdlFactory.cxx
+++ b/xmloff/source/style/PageMasterPropHdlFactory.cxx
@@ -28,12 +28,9 @@
#include <xmloff/PageMasterStyleMap.hxx>
#include <com/sun/star/text/TextGridMode.hpp>
-
-
using namespace ::xmloff::token;
using namespace ::com::sun::star;
-
SvXMLEnumMapEntry aXML_TextGridMode_ConstantMap[] =
{
{ XML_NONE, text::TextGridMode::NONE },
@@ -42,8 +39,6 @@ SvXMLEnumMapEntry aXML_TextGridMode_ConstantMap[] =
{ XML_TOKEN_INVALID, 0 }
};
-//______________________________________________________________________________
-
XMLPageMasterPropHdlFactory::XMLPageMasterPropHdlFactory() :
XMLPropertyHandlerFactory()
{
@@ -131,5 +126,4 @@ const XMLPropertyHandler* XMLPageMasterPropHdlFactory::GetPropertyHandler( sal_I
return pHdl;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */