summaryrefslogtreecommitdiff
path: root/framework/source/dispatch
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:15:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:38 +0200
commit2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (patch)
treec820bfad0e56a8a7eae82846e0545ae689cc3889 /framework/source/dispatch
parent3e81096b1f652956bb2d23572094917dab87e163 (diff)
fix-includes.pl: framework
Change-Id: I405196a2df0be0eb77961540b457933777b90a50
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r--framework/source/dispatch/closedispatcher.cxx4
-rw-r--r--framework/source/dispatch/startmoduledispatcher.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index f511d002949a..305e5ed087d4 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -30,12 +30,12 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/document/XActionLockable.hpp>
-#include "com/sun/star/beans/XFastPropertySet.hpp"
+#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
-#include "vcl/syswin.hxx"
+#include <vcl/syswin.hxx>
#include <osl/mutex.hxx>
#include <unotools/moduleoptions.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx
index 7e6eebc58c5f..ae876426dc91 100644
--- a/framework/source/dispatch/startmoduledispatcher.cxx
+++ b/framework/source/dispatch/startmoduledispatcher.cxx
@@ -31,7 +31,7 @@
#include <com/sun/star/frame/CommandGroup.hpp>
#include <com/sun/star/frame/StartModule.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
-#include "com/sun/star/beans/XFastPropertySet.hpp"
+#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/frame/XModuleManager.hpp>
#include <toolkit/helper/vclunohelper.hxx>