diff options
Diffstat (limited to 'oox/source/mathml/import.cxx')
-rw-r--r-- | oox/source/mathml/import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/mathml/import.cxx b/oox/source/mathml/import.cxx index 8fb181996175..5a02f8906955 100644 --- a/oox/source/mathml/import.cxx +++ b/oox/source/mathml/import.cxx @@ -98,7 +98,7 @@ void SAL_CALL LazyMathBufferingContext::characters(OUString const& rChars) } // namespace formulaimport -core::ContextHandlerRef CreateLazyMathBufferingContext( +rtl::Reference<core::ContextHandler> CreateLazyMathBufferingContext( core::ContextHandler const& rParent, drawingml::TextParagraph & rPara) { return new formulaimport::LazyMathBufferingContext(rParent, rPara); |