summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-03-01 15:21:50 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-01 17:23:55 +0100
commit6e045a02fc6cd3437185ea129865bac471d2e742 (patch)
treea12959f702b58eea02ea4e6ce92b378aa2740f07 /sw/source/filter/ww8/rtfattributeoutput.hxx
parent532a8cacb298d518d2038eab04434dfe24a27fa5 (diff)
const version of GetExport()
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 13535f7e3234..6eeb14cb9e98 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -543,6 +543,7 @@ public:
/// Return the right export class.
virtual MSWordExportBase& GetExport();
+ using AttributeOutputBase::GetExport;
rtl::OStringBuffer m_aTabStop;