summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-12 16:59:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-14 20:52:54 +0200
commita41aef4c1648519b934f0aed06d1c75f75fd852a (patch)
tree8c9065fd169408af192c408b8ec426695b1cbc5a /sw/source/filter/ww8/docxattributeoutput.cxx
parent80e081051da2c92c36c9b5aa280a944661bd3ddf (diff)
loplugin:unusedmethods
Change-Id: I9c1c6f27e35a66d8e3623c3ebb1618dceda60e24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113988 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 37e5049cbbe1..7573ede5f0ff 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -4876,14 +4876,6 @@ void DocxAttributeOutput::WriteSrcRect(
XML_b, OString::number(bottom) );
}
-void DocxAttributeOutput::PopRelIdCache()
-{
- if (!m_aRelIdCache.empty())
- m_aRelIdCache.pop();
- if (!m_aSdrRelIdCache.empty())
- m_aSdrRelIdCache.pop();
-}
-
void DocxAttributeOutput::PushRelIdCache()
{
m_aRelIdCache.emplace();