summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-03-18 14:32:43 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-18 14:38:55 +0100
commit2736674aa1eca906ba5f726e47279266cce2149e (patch)
tree62ab3eb0d73029177d689ade7dab1dbe145afc01 /sw/source/filter/ww8/docxsdrexport.hxx
parente584d38f75db115edf5e07e479665336ea7a4d54 (diff)
sw: not used getter / setter methods
Change-Id: Id357ee22d041cd191d06b0dc2dbf162312a4df0a
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index 73c981f34c20..dced28cdcae6 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -90,8 +90,6 @@ public:
com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > xOutStream, const OUString& sGrabBagProperyName);
/// Writes text frame in DML format.
void writeDMLTextFrame(sw::Frame* pParentFrame, int nAnchorId);
- bool getIsInDMLTextFrame();
- void setIsInDMLTextFrame(bool bIsInDMLTextFrame);
/// Writes text frame in VML format.
void writeVMLTextFrame(sw::Frame* pParentFrame);
/// Undo the text direction mangling done by the frame btLr handler in writerfilter::dmapper::DomainMapper::lcl_startCharacterGroup()