summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper')
-rw-r--r--writerfilter/source/dmapper/GraphicHelpers.hxx4
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx2
-rw-r--r--writerfilter/source/dmapper/ModelEventListener.hxx2
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx2
-rw-r--r--writerfilter/source/dmapper/PageBordersHandler.hxx2
-rw-r--r--writerfilter/source/dmapper/PropertyMap.hxx8
6 files changed, 10 insertions, 10 deletions
diff --git a/writerfilter/source/dmapper/GraphicHelpers.hxx b/writerfilter/source/dmapper/GraphicHelpers.hxx
index a69e3385cf02..dbb282adea25 100644
--- a/writerfilter/source/dmapper/GraphicHelpers.hxx
+++ b/writerfilter/source/dmapper/GraphicHelpers.hxx
@@ -35,7 +35,7 @@ class PositionHandler: public LoggedProperties
{
public:
PositionHandler( bool vertical );
- ~PositionHandler( );
+ virtual ~PositionHandler( );
static void setPositionOffset(const OUString & sText, bool vertical);
static int getPositionOffset(bool vertical);
static void setAlignH(const OUString & sText);
@@ -58,7 +58,7 @@ class WrapHandler: public LoggedProperties
{
public:
WrapHandler( );
- ~WrapHandler( );
+ virtual ~WrapHandler( );
sal_Int32 m_nType;
sal_Int32 m_nSide;
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 7ca59dbe4ce5..5b06b8cd49ef 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -80,7 +80,7 @@ class XInputStreamHelper : public cppu::WeakImplHelper1<io::XInputStream>
sal_Int32 m_nHeaderLength;
public:
XInputStreamHelper(const sal_uInt8* buf, size_t len, bool bBmp);
- ~XInputStreamHelper();
+ virtual ~XInputStreamHelper();
virtual ::sal_Int32 SAL_CALL readBytes( uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nBytesToRead ) throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Int32 SAL_CALL readSomeBytes( uno::Sequence< ::sal_Int8 >& aData, ::sal_Int32 nMaxBytesToRead ) throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/writerfilter/source/dmapper/ModelEventListener.hxx b/writerfilter/source/dmapper/ModelEventListener.hxx
index 129531aa38f1..491754e0f614 100644
--- a/writerfilter/source/dmapper/ModelEventListener.hxx
+++ b/writerfilter/source/dmapper/ModelEventListener.hxx
@@ -34,7 +34,7 @@ class ModelEventListener :
bool m_bControls;
public:
ModelEventListener(bool bIndexes, bool bControls);
- ~ModelEventListener();
+ virtual ~ModelEventListener();
virtual void SAL_CALL notifyEvent( const ::com::sun::star::document::EventObject& Event ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index 0267c0aba58e..68db3ca7b857 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -75,7 +75,7 @@ public:
,m_outline(false)
{}
- ~ListLevel( ){ }
+ virtual ~ListLevel( ){ }
// Setters for the import
void SetValue( Id nId, sal_Int32 nValue );
diff --git a/writerfilter/source/dmapper/PageBordersHandler.hxx b/writerfilter/source/dmapper/PageBordersHandler.hxx
index deb41d5f8144..caf1145058bd 100644
--- a/writerfilter/source/dmapper/PageBordersHandler.hxx
+++ b/writerfilter/source/dmapper/PageBordersHandler.hxx
@@ -61,7 +61,7 @@ private:
public:
PageBordersHandler( );
- ~PageBordersHandler( );
+ virtual ~PageBordersHandler( );
inline sal_Int32 GetDisplayOffset( )
{
diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 3ce29bcd0718..c8e29296d15c 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -214,7 +214,7 @@ class SectionPropertyMap : public PropertyMap
public:
explicit SectionPropertyMap(bool bIsFirstSection);
- ~SectionPropertyMap();
+ virtual ~SectionPropertyMap();
enum PageType
{
@@ -428,7 +428,7 @@ class StyleSheetPropertyMap : public PropertyMap, public ParagraphProperties
sal_Int32 mnNumId;
public:
explicit StyleSheetPropertyMap();
- ~StyleSheetPropertyMap();
+ virtual ~StyleSheetPropertyMap();
void SetCT_Spacing_line( sal_Int32 nSet )
{mnCT_Spacing_line = nSet; mbCT_Spacing_lineSet = true; }
@@ -508,7 +508,7 @@ class ParagraphPropertyMap : public PropertyMap, public ParagraphProperties
{
public:
explicit ParagraphPropertyMap();
- ~ParagraphPropertyMap();
+ virtual ~ParagraphPropertyMap();
};
@@ -543,7 +543,7 @@ private:
public:
explicit TablePropertyMap();
- ~TablePropertyMap();
+ virtual ~TablePropertyMap();
bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
void setValue( TablePropertyMapTarget eWhich, sal_Int32 nSet );