summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:44:34 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:53 -0600
commitb3c4cbf70f27bfbb5249b187ec00444ff26cc662 (patch)
tree43ec44d765c5e71e84fb4f662590950aef252697 /include
parentf96cfc8ca47972e10024ecfe45b726153667f2db (diff)
fdo#65108 inter-module includes <> include/framework
Change-Id: Ie6587c23df03ad81b876075428014094765b5238
Diffstat (limited to 'include')
-rw-r--r--include/framework/bmkmenu.hxx2
-rw-r--r--include/framework/documentundoguard.hxx2
-rw-r--r--include/framework/fwedllapi.h2
-rw-r--r--include/framework/undomanagerhelper.hxx6
4 files changed, 6 insertions, 6 deletions
diff --git a/include/framework/bmkmenu.hxx b/include/framework/bmkmenu.hxx
index 76cd6652f510..a9a37e254cd9 100644
--- a/include/framework/bmkmenu.hxx
+++ b/include/framework/bmkmenu.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_FRAMEWORK_BMKMENU_HXX
#define INCLUDED_FRAMEWORK_BMKMENU_HXX
-#include "framework/addonmenu.hxx"
+#include <framework/addonmenu.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <framework/fwedllapi.h>
diff --git a/include/framework/documentundoguard.hxx b/include/framework/documentundoguard.hxx
index ea1fe9412afb..3ae19e3c4ee7 100644
--- a/include/framework/documentundoguard.hxx
+++ b/include/framework/documentundoguard.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_DOCUMENTUNDOGUARD_HXX
#define INCLUDED_FRAMEWORK_DOCUMENTUNDOGUARD_HXX
-#include "framework/fwedllapi.h"
+#include <framework/fwedllapi.h>
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/include/framework/fwedllapi.h b/include/framework/fwedllapi.h
index 06b1cc1a46ac..3fa4e42cb5c7 100644
--- a/include/framework/fwedllapi.h
+++ b/include/framework/fwedllapi.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_FWEDLLAPI_H
#define INCLUDED_FRAMEWORK_FWEDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(FWE_DLLIMPLEMENTATION)
#define FWE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index 296092e203ea..fe71eacb9a17 100644
--- a/include/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_FRAMEWORK_UNDOMANAGERHELPER_HXX
#define INCLUDED_FRAMEWORK_UNDOMANAGERHELPER_HXX
-#include "framework/fwedllapi.h"
-#include "framework/iguard.hxx"
-#include "framework/imutex.hxx"
+#include <framework/fwedllapi.h>
+#include <framework/iguard.hxx>
+#include <framework/imutex.hxx>
#include <com/sun/star/document/XUndoManager.hpp>
#include <com/sun/star/util/XModifyListener.hpp>