summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-12 21:21:55 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-12 21:50:03 +0200
commitd3339c6160d33a58703e741991b937e7b94a9376 (patch)
tree1d79add87009fee15500f4384fd9692925977264 /sw
parent82952c40e12581cd8a271b1cd12285bb4371627b (diff)
unused DocxSdrExport::get/setFlyFrameGraphic
Change-Id: If8b541e3493ca221bf3c2f75f12f0856a3b372f6
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.cxx10
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx2
2 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx
index b253ef72099e..3153724297df 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -244,16 +244,6 @@ void DocxSdrExport::setFrameBtLr(bool bFrameBtLr)
m_pImpl->m_bFrameBtLr = bFrameBtLr;
}
-bool DocxSdrExport::getFlyFrameGraphic()
-{
- return m_pImpl->m_bFlyFrameGraphic;
-}
-
-void DocxSdrExport::setFlyFrameGraphic(bool bFlyFrameGraphic)
-{
- m_pImpl->m_bFlyFrameGraphic = bFlyFrameGraphic;
-}
-
sax_fastparser::FastAttributeList*& DocxSdrExport::getFlyFillAttrList()
{
return m_pImpl->m_pFlyFillAttrList;
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index 32a5644701ef..21efb55d065a 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -64,8 +64,6 @@ public:
/// Same, as DocxAttributeOutput::m_bBtLr, but for textframe rotation.
bool getFrameBtLr();
void setFrameBtLr(bool bFrameBtLr);
- bool getFlyFrameGraphic();
- void setFlyFrameGraphic(bool bFlyFrameGraphic);
sax_fastparser::FastAttributeList*& getFlyFillAttrList();
sax_fastparser::FastAttributeList* getFlyWrapAttrList();
void setFlyWrapAttrList(sax_fastparser::FastAttributeList* pAttrList);