diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-14 11:49:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-14 11:50:26 +0100 |
commit | b11bd0323ee3dc44c6f343d1eed00151e02e9851 (patch) | |
tree | 3bf904470b651ef0a647fab125d896a6b55fcbb0 /extensions | |
parent | e3712f9d350a4dbef0951e72f0de9a31eabba065 (diff) |
Removed comphelper -> unotools processfactory.hxx duplication.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/inc/pch/precompiled_extensions.hxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/bibcont.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/extensions/inc/pch/precompiled_extensions.hxx b/extensions/inc/pch/precompiled_extensions.hxx index 7b266a1a7e6e..75145e2d4154 100644 --- a/extensions/inc/pch/precompiled_extensions.hxx +++ b/extensions/inc/pch/precompiled_extensions.hxx @@ -519,7 +519,6 @@ #include "unotools/configitem.hxx" #include "unotools/confignode.hxx" -#include "unotools/processfactory.hxx" #include "tools/fldunit.hxx" diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index 5f8158a3e760..1eb28d4eff4d 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -32,7 +32,6 @@ #include <osl/mutex.hxx> #include <tools/urlobj.hxx> #include <cppuhelper/weak.hxx> -#include <unotools/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindowPeer.hpp> |