summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-05 16:42:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-05 16:43:15 +0100
commit7c884716a7bac9ebb18c748cefb89426563a195e (patch)
treebe3fa65d019c9b99666bf31dd726df45c8c2766d /svl
parentd2c45d0460cf99aadde1aaec11e032f488fa277b (diff)
fdo#46808: Slight simplifications of previous commit
Change-Id: I9e0158faa24d388176427529500f073b8b6f34bd
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/ondemand.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/svl/inc/svl/ondemand.hxx b/svl/inc/svl/ondemand.hxx
index 364d48f5f27b..792eb0f58e22 100644
--- a/svl/inc/svl/ondemand.hxx
+++ b/svl/inc/svl/ondemand.hxx
@@ -31,15 +31,7 @@
#include <unotools/nativenumberwrapper.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
-namespace comphelper {
-
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
- getComponentContext(
- com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >
- const & factory);
-
-}
+#include <comphelper/processfactory.hxx>
/*
On demand instanciation and initialization of several i18n wrappers,