summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplateslocal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctemplateslocal.hxx')
-rw-r--r--sfx2/source/doc/doctemplateslocal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.hxx b/sfx2/source/doc/doctemplateslocal.hxx
index a98ae0377d7c..3b41fc87a5b4 100644
--- a/sfx2/source/doc/doctemplateslocal.hxx
+++ b/sfx2/source/doc/doctemplateslocal.hxx
@@ -40,7 +40,7 @@ class DocTemplLocaleHelper : public cppu::WeakImplHelper < css::xml::sax::XDocum
std::vector< OUString > m_aElementsSeq; // stack of elements being parsed
DocTemplLocaleHelper();
- std::vector< css::beans::StringPair > GetParsingResult();
+ std::vector< css::beans::StringPair > const & GetParsingResult();
static std::vector< css::beans::StringPair > SAL_CALL ReadLocalizationSequence_Impl( const css::uno::Reference< css::io::XInputStream >& xInStream, const OUString& aStringID, const css::uno::Reference< css::uno::XComponentContext >& xContext )
throw( css::uno::Exception );