summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index db50eb6a5669..0bf9d9ea4a65 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -32,9 +32,6 @@ using namespace ::com::sun::star::beans;
using namespace ::comphelper;
using namespace ::xmloff::token;
-
-//______________________________________________________________________________
-
static inline sal_Bool lcl_HasSameLineWidth( const table::BorderLine2& rLine1, const table::BorderLine2& rLine2 )
{
return (rLine1.InnerLineWidth == rLine2.InnerLineWidth) &&
@@ -69,7 +66,6 @@ static void lcl_AddState(::std::vector< XMLPropertyState >& rPropState, sal_Int3
rPropState.push_back(XMLPropertyState (nIndex, cppu::bool2any(sal_True)));
}
-//______________________________________________________________________________
// helper struct to handle equal XMLPropertyState's for page, header and footer
struct XMLPropertyStateBuffer
@@ -214,8 +210,6 @@ void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& )
}
}
-//______________________________________________________________________________
-
XMLPageMasterExportPropMapper::XMLPageMasterExportPropMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
SvXMLExport& rExport ) :