summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/docxexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxexport.hxx b/sw/source/filter/ww8/docxexport.hxx
index 950db249f066..3415b0396cc2 100644
--- a/sw/source/filter/ww8/docxexport.hxx
+++ b/sw/source/filter/ww8/docxexport.hxx
@@ -268,10 +268,10 @@ public:
virtual ~DocxExport();
/// Reference to the VMLExport instance for the main document.
- oox::vml::VMLExport& VMLExporter();
+ oox::vml::VMLExport& VMLExporter() { return *m_pVMLExport; }
/// Reference to the DocxSdrExport instance for the main document.
- DocxSdrExport& SdrExporter();
+ DocxSdrExport& SdrExporter() { return *m_pSdrExport; }
/// Set the document default tab stop.
void setDefaultTabStop( int stop ) { m_aSettings.defaultTabStop = stop; }