summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterPropHdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdl.cxx')
-rw-r--r--xmloff/source/style/PageMasterPropHdl.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx
index d37db396b9b1..cd1212a6a984 100644
--- a/xmloff/source/style/PageMasterPropHdl.cxx
+++ b/xmloff/source/style/PageMasterPropHdl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "PageMasterPropHdl.hxx"
#include <sax/tools/converter.hxx>
@@ -32,20 +31,14 @@
#include <comphelper/types.hxx>
#include <comphelper/extract.hxx>
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::style;
using namespace ::comphelper;
using namespace ::xmloff::token;
-
-//______________________________________________________________________________
-
#define DEFAULT_PAPERTRAY (sal_Int32(-1))
-
-//______________________________________________________________________________
// property handler for style:page-usage (style::PageStyleLayout)
XMLPMPropHdl_PageStyleLayout::~XMLPMPropHdl_PageStyleLayout()
@@ -112,8 +105,6 @@ sal_Bool XMLPMPropHdl_PageStyleLayout::exportXML(
return bRet;
}
-
-//______________________________________________________________________________
// property handler for style:num-format (style::NumberingType)
XMLPMPropHdl_NumFormat::~XMLPMPropHdl_NumFormat()
@@ -171,8 +162,6 @@ sal_Bool XMLPMPropHdl_NumFormat::exportXML(
return bRet;
}
-
-//______________________________________________________________________________
// property handler for style:num-letter-sync (style::NumberingType)
XMLPMPropHdl_NumLetterSync::~XMLPMPropHdl_NumLetterSync()
@@ -227,8 +216,6 @@ sal_Bool XMLPMPropHdl_NumLetterSync::exportXML(
return bRet;
}
-
-//______________________________________________________________________________
// property handler for style:paper-tray-number
XMLPMPropHdl_PaperTrayNumber::~XMLPMPropHdl_PaperTrayNumber()
@@ -283,8 +270,6 @@ sal_Bool XMLPMPropHdl_PaperTrayNumber::exportXML(
return bRet;
}
-
-//______________________________________________________________________________
// property handler for style:print
XMLPMPropHdl_Print::XMLPMPropHdl_Print( enum XMLTokenEnum eValue ) :
@@ -330,7 +315,6 @@ sal_Bool XMLPMPropHdl_Print::exportXML(
return sal_True;
}
-//______________________________________________________________________________
// property handler for style:table-centering
XMLPMPropHdl_CenterHorizontal::~XMLPMPropHdl_CenterHorizontal()
@@ -352,7 +336,6 @@ sal_Bool XMLPMPropHdl_CenterHorizontal::importXML(
bRet = sal_True;
}
-
return bRet;
}