summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-07-09 09:19:44 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-07-09 09:23:23 +0200
commit96b264edf2765e9d1893757d1f1f7c718b1df36d (patch)
treed52090928ecaed2b03d0d64d9ddd8c168d7fda9a /sw/source/filter/ww8/rtfattributeoutput.cxx
parentDo not downcast opened bookmarks, neither (and just in case) (diff)
downloadcore-96b264edf2765e9d1893757d1f1f7c718b1df36d.tar.gz
core-96b264edf2765e9d1893757d1f1f7c718b1df36d.zip
These functions and data can be local
Change-Id: Ife2351bc8f0a3ee261b525aeb4e8e254174a42a0
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 9d164f88b203..7ba1699d4798 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1547,6 +1547,9 @@ void RtfAttributeOutput::WriteHeaderFooter_Impl(const SwFrameFormat& rFormat, bo
m_aRun = aRun;
}
+namespace
+{
+
void lcl_TextFrameShadow(std::vector< std::pair<OString, OString> >& rFlyProperties, const SwFrameFormat& rFrameFormat)
{
SvxShadowItem aShadowItem = rFrameFormat.GetShadow();
@@ -1630,6 +1633,8 @@ void lcl_TextFrameRelativeSize(std::vector< std::pair<OString, OString> >& rFlyP
}
}
+}
+
void RtfAttributeOutput::writeTextFrame(const sw::Frame& rFrame, bool bTextBox)
{
RtfStringBuffer aRunText;