summaryrefslogtreecommitdiff
path: root/comphelper/source/processfactory
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:10:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:37 +0200
commit6d2de44a543e9503fcf67beb77592de8847ef648 (patch)
treeeea321393a0b2e58185e8cdcbd2eafad22d54dc0 /comphelper/source/processfactory
parent878398bac2ba1b388ac2237d1f445ba7702956d0 (diff)
fix-includes.pl: comphelper
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
Diffstat (limited to 'comphelper/source/processfactory')
-rw-r--r--comphelper/source/processfactory/processfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/processfactory/processfactory.cxx b/comphelper/source/processfactory/processfactory.cxx
index fb4d2f7d9bc3..65c08ebad790 100644
--- a/comphelper/source/processfactory/processfactory.cxx
+++ b/comphelper/source/processfactory/processfactory.cxx
@@ -21,8 +21,8 @@
#include <comphelper/processfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include "com/sun/star/beans/XPropertySet.hpp"
-#include "com/sun/star/uno/DeploymentException.hpp"
+#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/uno/DeploymentException.hpp>
using namespace ::com::sun::star;
using namespace com::sun::star::uno;