summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/PageBordersHandler.cxx4
-rw-r--r--writerfilter/source/dmapper/PageBordersHandler.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/writerfilter/source/dmapper/PageBordersHandler.cxx b/writerfilter/source/dmapper/PageBordersHandler.cxx
index d88f4d370f56..585e9619f710 100644
--- a/writerfilter/source/dmapper/PageBordersHandler.cxx
+++ b/writerfilter/source/dmapper/PageBordersHandler.cxx
@@ -31,10 +31,6 @@ PgBorder::PgBorder( ) :
{
}
-PgBorder::~PgBorder( )
-{
-}
-
PageBordersHandler::PageBordersHandler( ) :
LoggedProperties("PageBordersHandler"),
m_eBorderApply(SectionPropertyMap::BorderApply::ToAllInSection),
diff --git a/writerfilter/source/dmapper/PageBordersHandler.hxx b/writerfilter/source/dmapper/PageBordersHandler.hxx
index 7ce2e15eba79..c5a83d37a39a 100644
--- a/writerfilter/source/dmapper/PageBordersHandler.hxx
+++ b/writerfilter/source/dmapper/PageBordersHandler.hxx
@@ -42,7 +42,6 @@ public:
bool m_bShadow;
PgBorder( );
- ~PgBorder( );
};
class PageBordersHandler : public LoggedProperties