summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapper.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 5b38153e22c9..06efbf76c1cb 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -57,6 +57,7 @@
#include <com/sun/star/text/WritingMode.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/XFootnote.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/types.hxx>
#include <comphelper/storagehelper.hxx>
#include <filter/msfilter/util.hxx>
mmit/stoc/source/invocation?h=co-6.0-38&id=91dd2db17bd6cb9b357d1d69b187174e31eabef0'>loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-18don't write past the end of the arrayMarkus Mohrhard 2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-02-12tdf#95857 Sort out German plurals ...danielt998 2016-02-09Remove excess newlinesChris Sherlock 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis 2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis 2015-07-16Translate German commentsMatthew J. Francis 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-02loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2014-12-18stoc: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-22stoc: make use of css aliasThomas Arnhold