summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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>