diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-19 15:47:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-19 16:01:45 +0200 |
commit | 8aae567dc66c271fe3211f2847b48afbf02473b5 (patch) | |
tree | 9320fd481a4b83c660d3d6b7a919d2a105551b14 /extensions | |
parent | 4f18490ca6cc84727e953bd2f99d9a92a4cc3710 (diff) |
Wrong include
Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index b79626004b75..df9675c8cd75 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -54,7 +54,7 @@ #include <com/sun/star/reflection/XIdlReflection.hpp> #include <osl/interlck.h> #include <com/sun/star/uno/genfunc.h> -#include <comphelper/componentcontext.hxx> +#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase1.hxx> #include "comifaces.hxx" |