summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sfx2/app.hxx6
-rw-r--r--include/sfx2/basedlgs.hxx6
-rw-r--r--include/sfx2/bindings.hxx8
-rw-r--r--include/sfx2/brokenpackageint.hxx4
-rw-r--r--include/sfx2/childwin.hxx6
-rw-r--r--include/sfx2/controlwrapper.hxx4
-rw-r--r--include/sfx2/ctrlitem.hxx6
-rw-r--r--include/sfx2/dialoghelper.hxx2
-rw-r--r--include/sfx2/dinfdlg.hxx6
-rw-r--r--include/sfx2/dispatch.hxx6
-rw-r--r--include/sfx2/dllapi.h4
-rw-r--r--include/sfx2/docfac.hxx4
-rw-r--r--include/sfx2/docfile.hxx6
-rw-r--r--include/sfx2/docinf.hxx6
-rw-r--r--include/sfx2/dockwin.hxx6
-rw-r--r--include/sfx2/docmacromode.hxx2
-rw-r--r--include/sfx2/docstoragemodifylistener.hxx2
-rw-r--r--include/sfx2/event.hxx6
-rw-r--r--include/sfx2/evntconf.hxx6
-rw-r--r--include/sfx2/fcontnr.hxx6
-rw-r--r--include/sfx2/filedlghelper.hxx6
-rw-r--r--include/sfx2/frame.hxx6
-rw-r--r--include/sfx2/frmhtml.hxx4
-rw-r--r--include/sfx2/frmhtmlw.hxx6
-rw-r--r--include/sfx2/imagemgr.hxx4
-rw-r--r--include/sfx2/imgmgr.hxx4
-rw-r--r--include/sfx2/ipclient.hxx6
-rw-r--r--include/sfx2/itemconnect.hxx4
-rw-r--r--include/sfx2/itemwrapper.hxx4
-rw-r--r--include/sfx2/linksrc.hxx4
-rw-r--r--include/sfx2/macropg.hxx4
-rw-r--r--include/sfx2/module.hxx4
-rw-r--r--include/sfx2/new.hxx4
-rw-r--r--include/sfx2/objitem.hxx4
-rw-r--r--include/sfx2/objsh.hxx8
-rw-r--r--include/sfx2/passwd.hxx2
-rw-r--r--include/sfx2/printer.hxx6
-rw-r--r--include/sfx2/printopt.hxx6
-rw-r--r--include/sfx2/prnmon.hxx4
-rw-r--r--include/sfx2/progress.hxx6
-rw-r--r--include/sfx2/querystatus.hxx4
-rw-r--r--include/sfx2/request.hxx6
-rw-r--r--include/sfx2/securitypage.hxx4
-rw-r--r--include/sfx2/sfxbasecontroller.hxx6
-rw-r--r--include/sfx2/sfxbasemodel.hxx6
-rw-r--r--include/sfx2/sfxdlg.hxx4
-rw-r--r--include/sfx2/sfxhelp.hxx6
-rw-r--r--include/sfx2/sfxhtml.hxx6
-rw-r--r--include/sfx2/sfxmodelfactory.hxx2
-rw-r--r--include/sfx2/sfxresid.hxx2
-rw-r--r--include/sfx2/sfxstatuslistener.hxx4
-rw-r--r--include/sfx2/sfxuno.hxx4
-rw-r--r--include/sfx2/sidebar/CommandInfoProvider.hxx2
-rw-r--r--include/sfx2/sidebar/ControllerFactory.hxx2
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx2
-rw-r--r--include/sfx2/sidebar/IContextChangeReceiver.hxx4
-rw-r--r--include/sfx2/sidebar/ILayoutableWindow.hxx2
-rw-r--r--include/sfx2/sidebar/PopupContainer.hxx2
-rw-r--r--include/sfx2/sidebar/Sidebar.hxx2
-rw-r--r--include/sfx2/sidebar/SidebarChildWindow.hxx2
-rw-r--r--include/sfx2/sidebar/SidebarPanelBase.hxx4
-rw-r--r--include/sfx2/sidebar/SidebarToolBox.hxx4
-rw-r--r--include/sfx2/sidebar/Theme.hxx2
-rw-r--r--include/sfx2/sidebar/Tools.hxx2
-rw-r--r--include/sfx2/stbitem.hxx4
-rw-r--r--include/sfx2/styledlg.hxx4
-rw-r--r--include/sfx2/tabdlg.hxx6
-rw-r--r--include/sfx2/taskpane.hxx6
-rw-r--r--include/sfx2/tbxctrl.hxx6
-rw-r--r--include/sfx2/templdlg.hxx4
-rw-r--r--include/sfx2/thumbnailview.hxx2
-rw-r--r--include/sfx2/thumbnailviewitem.hxx2
-rw-r--r--include/sfx2/titledockwin.hxx4
-rw-r--r--include/sfx2/userinputinterception.hxx2
-rw-r--r--include/sfx2/viewfrm.hxx6
-rw-r--r--include/sfx2/viewsh.hxx8
-rw-r--r--include/sfx2/zoomitem.hxx2
77 files changed, 169 insertions, 169 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index ebb280a25ad6..6827ce6c4b6a 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_APP_HXX
#define INCLUDED_SFX2_APP_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <tools/solar.h>
#include <tools/errcode.hxx>
#include <svl/smplhint.hxx>
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 819953b4d098..56ddacd7c8ae 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_BASEDLGS_HXX
#define INCLUDED_SFX2_BASEDLGS_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/builder.hxx>
#include <vcl/dialog.hxx>
#include <vcl/floatwin.hxx>
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 0a3cbc578da8..f5cbfe47e621 100644
--- a/include/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
@@ -19,10 +19,10 @@
#ifndef INCLUDED_SFX2_BINDINGS_HXX
#define INCLUDED_SFX2_BINDINGS_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
-#include "rtl/strbuf.hxx"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
+#include <rtl/strbuf.hxx>
#include <tools/link.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
diff --git a/include/sfx2/brokenpackageint.hxx b/include/sfx2/brokenpackageint.hxx
index 85cd33402f3c..c93d41ee7377 100644
--- a/include/sfx2/brokenpackageint.hxx
+++ b/include/sfx2/brokenpackageint.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <com/sun/star/document/BrokenPackageRequest.hpp>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/task/XInteractionDisapprove.hpp>
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index b2a7aeba86b8..83a85e94c3bb 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_CHILDWIN_HXX
#define INCLUDED_SFX2_CHILDWIN_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/window.hxx>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/include/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx
index 2d28cb5f4a87..f6f647bda225 100644
--- a/include/sfx2/controlwrapper.hxx
+++ b/include/sfx2/controlwrapper.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_SFX2_CONTROLWRAPPER_HXX
#include <tools/debug.hxx>
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <memory>
diff --git a/include/sfx2/ctrlitem.hxx b/include/sfx2/ctrlitem.hxx
index 5f433e08fdb6..91bde6c834bc 100644
--- a/include/sfx2/ctrlitem.hxx
+++ b/include/sfx2/ctrlitem.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_CTRLITEM_HXX
#define INCLUDED_SFX2_CTRLITEM_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <svl/poolitem.hxx>
class SfxPoolItem;
diff --git a/include/sfx2/dialoghelper.hxx b/include/sfx2/dialoghelper.hxx
index dfff3627154c..fbc9ff2d1de2 100644
--- a/include/sfx2/dialoghelper.hxx
+++ b/include/sfx2/dialoghelper.hxx
@@ -10,7 +10,7 @@
#ifndef INCLUDED_SFX2_DIALOGHELPER_HXX
#define INCLUDED_SFX2_DIALOGHELPER_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index c43b85260a2d..a4d6acd7e90f 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -23,8 +23,8 @@
#include <boost/ptr_container/ptr_vector.hpp>
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Duration.hpp>
@@ -47,7 +47,7 @@
#include <vcl/fixed.hxx>
#include <vcl/ctrl.hxx>
-#include "tabdlg.hxx"
+#include <sfx2/tabdlg.hxx>
namespace com { namespace sun { namespace star {
namespace document {
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 701381840583..c48871aaa0ec 100644
--- a/include/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_DISPATCH_HXX
#define INCLUDED_SFX2_DISPATCH_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <stdarg.h>
diff --git a/include/sfx2/dllapi.h b/include/sfx2/dllapi.h
index 95ba80bff9e5..a6877f769b2f 100644
--- a/include/sfx2/dllapi.h
+++ b/include/sfx2/dllapi.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_DLLAPI_H
#define INCLUDED_SFX2_DLLAPI_H
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#if defined SFX2_DLLIMPLEMENTATION
#define SFX2_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx
index 11ee0faf7dd0..512a82c513b1 100644
--- a/include/sfx2/docfac.hxx
+++ b/include/sfx2/docfac.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_DOCFAC_HXX
#define INCLUDED_SFX2_DOCFAC_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <tools/solar.h>
#include <tools/rtti.hxx>
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index 50c9a2b6c461..202fee5be28a 100644
--- a/include/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
@@ -21,9 +21,9 @@
#define INCLUDED_SFX2_DOCFILE_HXX
#include <com/sun/star/io/XSeekable.hpp>
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/util/RevisionTag.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx
index 0b9179aa14a9..23e6d8f3631e 100644
--- a/include/sfx2/docinf.hxx
+++ b/include/sfx2/docinf.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_DOCINF_HXX
#define INCLUDED_SFX2_DOCINF_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/uno/Reference.hxx>
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index 85d6fe9004e1..bc5d3b08f2ad 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -19,15 +19,15 @@
#ifndef INCLUDED_SFX2_DOCKWIN_HXX
#define INCLUDED_SFX2_DOCKWIN_HXX
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#include <vcl/dockwin.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/frame/XFrame.hpp>
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <sfx2/childwin.hxx>
class SfxSplitWindow;
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx
index c4c8a1621920..095691c5b9d9 100644
--- a/include/sfx2/docmacromode.hxx
+++ b/include/sfx2/docmacromode.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SFX2_DOCMACROMODE_HXX
#define INCLUDED_SFX2_DOCMACROMODE_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/embed/XStorage.hpp>
diff --git a/include/sfx2/docstoragemodifylistener.hxx b/include/sfx2/docstoragemodifylistener.hxx
index 032f6bec181b..a1e5d8a83f83 100644
--- a/include/sfx2/docstoragemodifylistener.hxx
+++ b/include/sfx2/docstoragemodifylistener.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SFX2_DOCSTORAGEMODIFYLISTENER_HXX
#define INCLUDED_SFX2_DOCSTORAGEMODIFYLISTENER_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/util/XModifyListener.hpp>
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx
index 48aab1dee672..8fa2391bd469 100644
--- a/include/sfx2/event.hxx
+++ b/include/sfx2/event.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_EVENT_HXX
#define INCLUDED_SFX2_EVENT_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sfx2/sfx.hrc"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sfx2/sfx.hrc>
#include <svl/hint.hxx>
#include <unotools/eventcfg.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/sfx2/evntconf.hxx b/include/sfx2/evntconf.hxx
index f33fb332eebb..6a1a59979e2e 100644
--- a/include/sfx2/evntconf.hxx
+++ b/include/sfx2/evntconf.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_EVNTCONF_HXX
#define INCLUDED_SFX2_EVNTCONF_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <tools/rtti.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx
index 8ccbbd94ae95..3e8ee6882d6e 100644
--- a/include/sfx2/fcontnr.hxx
+++ b/include/sfx2/fcontnr.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_FCONTNR_HXX
#define INCLUDED_SFX2_FCONTNR_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 97ca3b5bc531..37e48b1eeab7 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_FILEDLGHELPER_HXX
#define INCLUDED_SFX2_FILEDLGHELPER_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx
index 93b6fcecf933..73d10565422d 100644
--- a/include/sfx2/frame.hxx
+++ b/include/sfx2/frame.hxx
@@ -23,9 +23,9 @@
#define TF_NEWDESKTOP 1
#endif
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/include/sfx2/frmhtml.hxx b/include/sfx2/frmhtml.hxx
index d79e09874232..2210871572bd 100644
--- a/include/sfx2/frmhtml.hxx
+++ b/include/sfx2/frmhtml.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_FRMHTML_HXX
#define INCLUDED_SFX2_FRMHTML_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sfx2/frmdescr.hxx>
#include <sfx2/sfxhtml.hxx>
diff --git a/include/sfx2/frmhtmlw.hxx b/include/sfx2/frmhtmlw.hxx
index 83487881e8bf..2f7479f46f1a 100644
--- a/include/sfx2/frmhtmlw.hxx
+++ b/include/sfx2/frmhtmlw.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_FRMHTMLW_HXX
#define INCLUDED_SFX2_FRMHTMLW_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <sfx2/frmdescr.hxx>
#include <com/sun/star/uno/Reference.h>
diff --git a/include/sfx2/imagemgr.hxx b/include/sfx2/imagemgr.hxx
index 92df8e70c573..eca3deb4f2c6 100644
--- a/include/sfx2/imagemgr.hxx
+++ b/include/sfx2/imagemgr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/include/sfx2/imgmgr.hxx b/include/sfx2/imgmgr.hxx
index c06d480ae964..0804cf1e65bc 100644
--- a/include/sfx2/imgmgr.hxx
+++ b/include/sfx2/imgmgr.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_IMGMGR_HXX
#define INCLUDED_SFX2_IMGMGR_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <vcl/image.hxx>
diff --git a/include/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx
index 126a36e1484f..9550d3b64ed8 100644
--- a/include/sfx2/ipclient.hxx
+++ b/include/sfx2/ipclient.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_IPCLIENT_HXX
#define INCLUDED_SFX2_IPCLIENT_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
diff --git a/include/sfx2/itemconnect.hxx b/include/sfx2/itemconnect.hxx
index 455a9c643448..05126e05cdf4 100644
--- a/include/sfx2/itemconnect.hxx
+++ b/include/sfx2/itemconnect.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_ITEMCONNECT_HXX
#define INCLUDED_SFX2_ITEMCONNECT_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <memory>
diff --git a/include/sfx2/itemwrapper.hxx b/include/sfx2/itemwrapper.hxx
index 5c24fd72b1a0..d8ffedb3a5e8 100644
--- a/include/sfx2/itemwrapper.hxx
+++ b/include/sfx2/itemwrapper.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_ITEMWRAPPER_HXX
#define INCLUDED_SFX2_ITEMWRAPPER_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
diff --git a/include/sfx2/linksrc.hxx b/include/sfx2/linksrc.hxx
index b512408e1bc2..0dfad8d205c6 100644
--- a/include/sfx2/linksrc.hxx
+++ b/include/sfx2/linksrc.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_LINKSRC_HXX
#define INCLUDED_SFX2_LINKSRC_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <tools/link.hxx>
#include <tools/ref.hxx>
diff --git a/include/sfx2/macropg.hxx b/include/sfx2/macropg.hxx
index ceaa6f6ffce5..a64115584835 100644
--- a/include/sfx2/macropg.hxx
+++ b/include/sfx2/macropg.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_MACROPG_HXX
#define INCLUDED_SFX2_MACROPG_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sfx2/basedlgs.hxx>
#include <sfx2/tabdlg.hxx>
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index 2d3988a10a1b..2e0aac28796e 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -20,8 +20,8 @@
#define INCLUDED_SFX2_MODULE_HXX // internal
#define _SFXMOD_HXX // external
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sfx2/shell.hxx>
#include <svtools/imgdef.hxx>
#include <sal/types.h>
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx
index 1542ddd9e62b..a631653fa7fe 100644
--- a/include/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
@@ -19,8 +19,8 @@
#ifndef _SFXNEW_HXX
#define _SFXNEW_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
diff --git a/include/sfx2/objitem.hxx b/include/sfx2/objitem.hxx
index 3297cac145f3..d801df97ec8c 100644
--- a/include/sfx2/objitem.hxx
+++ b/include/sfx2/objitem.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_OBJITEM_HXX
#define INCLUDED_SFX2_OBJITEM_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <svl/poolitem.hxx>
#include <sfx2/shell.hxx>
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index eb9479af11ba..3b51ad98ea77 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -21,11 +21,11 @@
#include <config_features.h>
-#include "sal/config.h"
+#include <sal/config.h>
-#include "tools/solar.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <tools/solar.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx
index 821b311bc4ae..0f558a0b50df 100644
--- a/include/sfx2/passwd.hxx
+++ b/include/sfx2/passwd.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_PASSWD_HXX
#define INCLUDED_SFX2_PASSWD_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx
index 03500f24dc23..73e990efa71a 100644
--- a/include/sfx2/printer.hxx
+++ b/include/sfx2/printer.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_PRINTER_HXX
#define INCLUDED_SFX2_PRINTER_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/print.hxx>
class SfxTabPage;
diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx
index ebe0fd29f39e..a62cbb47f7ea 100644
--- a/include/sfx2/printopt.hxx
+++ b/include/sfx2/printopt.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SFX2_PRINTOPT_HXX
#define INCLUDED_SFX2_PRINTOPT_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/button.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index 0d14c616a7bc..c160ba66fc4f 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -19,8 +19,8 @@
#ifndef _SFX_PRNMON_HXX
#define _SFX_PRNMON_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index 433c4272819f..af24b5864efd 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_PROGRESS_HXX
#define INCLUDED_SFX2_PROGRESS_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <tools/solar.h>
#include <tools/link.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/sfx2/querystatus.hxx b/include/sfx2/querystatus.hxx
index 05d72e756b19..885baab09eeb 100644
--- a/include/sfx2/querystatus.hxx
+++ b/include/sfx2/querystatus.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_QUERYSTATUS_HXX
#define INCLUDED_SFX2_QUERYSTATUS_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <svl/poolitem.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/conditn.hxx>
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index d8d95fe8c9bf..8f656dd0967a 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_REQUEST_HXX
#define INCLUDED_SFX2_REQUEST_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <svl/itemset.hxx>
#include <svl/hint.hxx>
diff --git a/include/sfx2/securitypage.hxx b/include/sfx2/securitypage.hxx
index bfe62f248ed6..9693ebbb5171 100644
--- a/include/sfx2/securitypage.hxx
+++ b/include/sfx2/securitypage.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_SECURITYPAGE_HXX
#define INCLUDED_SFX2_SECURITYPAGE_HXX
-#include "sfx2/tabdlg.hxx"
-#include "sfx2/htmlmode.hxx"
+#include <sfx2/tabdlg.hxx>
+#include <sfx2/htmlmode.hxx>
#include <memory>
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index 6628200b6116..a414b1479a7c 100644
--- a/include/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SFX2_SFXBASECONTROLLER_HXX
#define INCLUDED_SFX2_SFXBASECONTROLLER_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/DispatchDescriptor.hpp>
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index 30e51ebd2d47..fc52fe827e87 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SFX2_SFXBASEMODEL_HXX
#define INCLUDED_SFX2_SFXBASEMODEL_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/frame/XModule.hpp>
#include <com/sun/star/frame/XTitle.hpp>
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx
index 6ab744c2594a..b78992022a33 100644
--- a/include/sfx2/sfxdlg.hxx
+++ b/include/sfx2/sfxdlg.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_SFXDLG_HXX
#define INCLUDED_SFX2_SFXDLG_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <vcl/abstdlg.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index 9ab5b5d8cfd3..78090270af91 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -20,9 +20,9 @@
#define INCLUDED_SFX2_SFXHELP_HXX
#include <rtl/ustring.hxx>
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/help.hxx>
class SfxHelp_Impl;
diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx
index ced819c01c14..132d98b4a70e 100644
--- a/include/sfx2/sfxhtml.hxx
+++ b/include/sfx2/sfxhtml.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SFX2_SFXHTML_HXX
#define INCLUDED_SFX2_SFXHTML_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <i18nlangtag/lang.h>
#include <svtools/parhtml.hxx>
#include <svl/macitem.hxx>
diff --git a/include/sfx2/sfxmodelfactory.hxx b/include/sfx2/sfxmodelfactory.hxx
index b4dccc202c51..70cfcf5b1507 100644
--- a/include/sfx2/sfxmodelfactory.hxx
+++ b/include/sfx2/sfxmodelfactory.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SFX2_SFXMODELFACTORY_HXX
#define INCLUDED_SFX2_SFXMODELFACTORY_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
diff --git a/include/sfx2/sfxresid.hxx b/include/sfx2/sfxresid.hxx
index c3ea0689e163..f66fc8014a2f 100644
--- a/include/sfx2/sfxresid.hxx
+++ b/include/sfx2/sfxresid.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SFXRESID_HXX
#define INCLUDED_SFX2_SFXRESID_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <tools/resid.hxx>
class SFX2_DLLPUBLIC SfxResId: public ResId
diff --git a/include/sfx2/sfxstatuslistener.hxx b/include/sfx2/sfxstatuslistener.hxx
index a466b2f08f06..d404f47ee821 100644
--- a/include/sfx2/sfxstatuslistener.hxx
+++ b/include/sfx2/sfxstatuslistener.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_SFXSTATUSLISTENER_HXX
#define INCLUDED_SFX2_SFXSTATUSLISTENER_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <svl/poolitem.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/conditn.hxx>
diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx
index b926f9890e04..13f8006f733a 100644
--- a/include/sfx2/sfxuno.hxx
+++ b/include/sfx2/sfxuno.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_SFXUNO_HXX
#define INCLUDED_SFX2_SFXUNO_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/util/URL.hpp>
diff --git a/include/sfx2/sidebar/CommandInfoProvider.hxx b/include/sfx2/sidebar/CommandInfoProvider.hxx
index 753c32bbb880..bd95ce165aa1 100644
--- a/include/sfx2/sidebar/CommandInfoProvider.hxx
+++ b/include/sfx2/sidebar/CommandInfoProvider.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_COMMANDINFOPROVIDER_HXX
#define INCLUDED_SFX2_SIDEBAR_COMMANDINFOPROVIDER_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
diff --git a/include/sfx2/sidebar/ControllerFactory.hxx b/include/sfx2/sidebar/ControllerFactory.hxx
index 8007d70e8325..16ba115cad04 100644
--- a/include/sfx2/sidebar/ControllerFactory.hxx
+++ b/include/sfx2/sidebar/ControllerFactory.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_CONTROLLERFACTORY_HXX
#define INCLUDED_SFX2_SIDEBAR_CONTROLLERFACTORY_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index 1b80a9f42663..1dec8ca8b5b5 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_ENUMCONTEXT_HXX
#define INCLUDED_SFX2_SIDEBAR_ENUMCONTEXT_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/sfx2/sidebar/IContextChangeReceiver.hxx b/include/sfx2/sidebar/IContextChangeReceiver.hxx
index 37ccc103197e..cf6e1590c8eb 100644
--- a/include/sfx2/sidebar/IContextChangeReceiver.hxx
+++ b/include/sfx2/sidebar/IContextChangeReceiver.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_SIDEBAR_ICONTEXTCHANGERECEIVER_HXX
#define INCLUDED_SFX2_SIDEBAR_ICONTEXTCHANGERECEIVER_HXX
-#include "EnumContext.hxx"
-#include "sfx2/dllapi.h"
+#include <sfx2/sidebar/EnumContext.hxx>
+#include <sfx2/dllapi.h>
namespace sfx2 { namespace sidebar {
diff --git a/include/sfx2/sidebar/ILayoutableWindow.hxx b/include/sfx2/sidebar/ILayoutableWindow.hxx
index 9a3d85debd11..a6c65e1a1293 100644
--- a/include/sfx2/sidebar/ILayoutableWindow.hxx
+++ b/include/sfx2/sidebar/ILayoutableWindow.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_ILAYOUTABLEWINDOW_HXX
#define INCLUDED_SFX2_SIDEBAR_ILAYOUTABLEWINDOW_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <tools/gen.hxx>
#include <sal/types.h>
#include <com/sun/star/ui/LayoutSize.hpp>
diff --git a/include/sfx2/sidebar/PopupContainer.hxx b/include/sfx2/sidebar/PopupContainer.hxx
index 622fb2eff1d0..435b43b00969 100644
--- a/include/sfx2/sidebar/PopupContainer.hxx
+++ b/include/sfx2/sidebar/PopupContainer.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_POPUPCONTAINER_HXX
#define INCLUDED_SFX2_SIDEBAR_POPUPCONTAINER_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <vcl/floatwin.hxx>
namespace sfx2 { namespace sidebar {
diff --git a/include/sfx2/sidebar/Sidebar.hxx b/include/sfx2/sidebar/Sidebar.hxx
index 5847a501c36a..45c47d0b9a38 100644
--- a/include/sfx2/sidebar/Sidebar.hxx
+++ b/include/sfx2/sidebar/Sidebar.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_SIDEBAR_HXX
#define INCLUDED_SFX2_SIDEBAR_SIDEBAR_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/frame/XFrame.hpp>
namespace cssu = ::com::sun::star::uno;
diff --git a/include/sfx2/sidebar/SidebarChildWindow.hxx b/include/sfx2/sidebar/SidebarChildWindow.hxx
index f74931b40c63..defc03c75fcf 100644
--- a/include/sfx2/sidebar/SidebarChildWindow.hxx
+++ b/include/sfx2/sidebar/SidebarChildWindow.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_SIDEBARCHILDWINDOW_HXX
#define INCLUDED_SFX2_SIDEBAR_SIDEBARCHILDWINDOW_HXX
-#include "sfx2/childwin.hxx"
+#include <sfx2/childwin.hxx>
namespace sfx2 { namespace sidebar {
diff --git a/include/sfx2/sidebar/SidebarPanelBase.hxx b/include/sfx2/sidebar/SidebarPanelBase.hxx
index 63a9f908c84a..688e1b357b78 100644
--- a/include/sfx2/sidebar/SidebarPanelBase.hxx
+++ b/include/sfx2/sidebar/SidebarPanelBase.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_SIDEBAR_SIDEBARPANELBASE_HXX
#define INCLUDED_SFX2_SIDEBAR_SIDEBARPANELBASE_HXX
-#include "EnumContext.hxx"
-#include "IContextChangeReceiver.hxx"
+#include <sfx2/sidebar/EnumContext.hxx>
+#include <sfx2/sidebar/IContextChangeReceiver.hxx>
#include <cppuhelper/compbase4.hxx>
#include <cppuhelper/basemutex.hxx>
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx
index da267379d002..87f015f6e80c 100644
--- a/include/sfx2/sidebar/SidebarToolBox.hxx
+++ b/include/sfx2/sidebar/SidebarToolBox.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX
#define INCLUDED_SFX2_SIDEBAR_SIDEBARTOOLBOX_HXX
-#include "sfx2/dllapi.h"
-#include "vcl/toolbox.hxx"
+#include <sfx2/dllapi.h>
+#include <vcl/toolbox.hxx>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx
index e5e52bbd7e98..d8cc59f9932d 100644
--- a/include/sfx2/sidebar/Theme.hxx
+++ b/include/sfx2/sidebar/Theme.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SFX2_SIDEBAR_THEME_HXX
#define INCLUDED_SFX2_SIDEBAR_THEME_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <tools/color.hxx>
#include <vcl/image.hxx>
diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx
index aca60c653086..7b984c08fbf5 100644
--- a/include/sfx2/sidebar/Tools.hxx
+++ b/include/sfx2/sidebar/Tools.hxx
@@ -23,7 +23,7 @@
#include <vcl/gradient.hxx>
#include <tools/svborder.hxx>
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/awt/Gradient.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
diff --git a/include/sfx2/stbitem.hxx b/include/sfx2/stbitem.hxx
index 1c825703ef9b..5d840b3ff32c 100644
--- a/include/sfx2/stbitem.hxx
+++ b/include/sfx2/stbitem.hxx
@@ -19,8 +19,8 @@
#ifndef INCLUDED_SFX2_STBITEM_HXX
#define INCLUDED_SFX2_STBITEM_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <svl/poolitem.hxx>
#include <svtools/statusbarcontroller.hxx>
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index da2e2a04233c..b53e8cdb6557 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -19,8 +19,8 @@
#ifndef _SFX_STYLEDLG_HXX
#define _SFX_STYLEDLG_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <sfx2/tabdlg.hxx>
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 0828f9dea2f9..99b04f8c35bd 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_TABDLG_HXX
#define INCLUDED_SFX2_TABDLG_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/button.hxx>
#include <vcl/layout.hxx>
#include <vcl/tabctrl.hxx>
diff --git a/include/sfx2/taskpane.hxx b/include/sfx2/taskpane.hxx
index ad6351205f05..559a091b2ed3 100644
--- a/include/sfx2/taskpane.hxx
+++ b/include/sfx2/taskpane.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SFX2_TASKPANE_HXX
#define INCLUDED_SFX2_TASKPANE_HXX
-#include "sfx2/dllapi.h"
-#include "sfx2/childwin.hxx"
-#include "sfx2/titledockwin.hxx"
+#include <sfx2/dllapi.h>
+#include <sfx2/childwin.hxx>
+#include <sfx2/titledockwin.hxx>
#include <svtools/toolpanel/tabalignment.hxx>
#include <svtools/toolpanel/tabitemcontent.hxx>
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index 9170f04de60b..c859d1a2f7c0 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_TBXCTRL_HXX
#define INCLUDED_SFX2_TBXCTRL_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <vcl/timer.hxx>
#include <vcl/menu.hxx>
#include <vcl/fixed.hxx>
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index 68dcf15171ee..7373c23d5bb9 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -19,8 +19,8 @@
#ifndef _SFX_TEMPLDLG_HXX
#define _SFX_TEMPLDLG_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
#include <vcl/ctrl.hxx>
#include <rsc/rscsfx.hxx>
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 6ce43d550612..ceaea4eec35a 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -10,7 +10,7 @@
#ifndef INCLUDED_SFX2_THUMBNAILVIEW_HXX
#define INCLUDED_SFX2_THUMBNAILVIEW_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <vector>
#include <boost/function.hpp>
diff --git a/include/sfx2/thumbnailviewitem.hxx b/include/sfx2/thumbnailviewitem.hxx
index fff3bdfc30f9..6c42bdcba860 100644
--- a/include/sfx2/thumbnailviewitem.hxx
+++ b/include/sfx2/thumbnailviewitem.hxx
@@ -26,7 +26,7 @@
#include <osl/mutex.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/vclmedit.hxx>
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/accessibility/XAccessible.hpp>
diff --git a/include/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx
index 7b43c6756da5..ddc8220fc1d4 100644
--- a/include/sfx2/titledockwin.hxx
+++ b/include/sfx2/titledockwin.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_TITLEDOCKWIN_HXX
#define INCLUDED_SFX2_TITLEDOCKWIN_HXX
-#include "sfx2/dllapi.h"
-#include "sfx2/dockwin.hxx"
+#include <sfx2/dllapi.h>
+#include <sfx2/dockwin.hxx>
#include <vcl/toolbox.hxx>
#include <tools/svborder.hxx>
diff --git a/include/sfx2/userinputinterception.hxx b/include/sfx2/userinputinterception.hxx
index 7f07511c8b8d..5f4adcc76322 100644
--- a/include/sfx2/userinputinterception.hxx
+++ b/include/sfx2/userinputinterception.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SFX2_USERINPUTINTERCEPTION_HXX
#define INCLUDED_SFX2_USERINPUTINTERCEPTION_HXX
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <com/sun/star/awt/XUserInputInterception.hpp>
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 4c3b493d6714..cf316b7d0554 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_VIEWFRM_HXX
#define INCLUDED_SFX2_VIEWFRM_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <svl/lstner.hxx>
#include <sfx2/module.hxx>
#include <sfx2/frame.hxx>
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index 315ae17362af..f4989a07ea9b 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SFX2_VIEWSH_HXX
#define INCLUDED_SFX2_VIEWSH_HXX
-#include "sal/config.h"
-#include "sfx2/dllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sfx2/dllapi.h>
+#include <sal/types.h>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/view/XRenderable.hpp>
@@ -31,7 +31,7 @@
#include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp>
#include <cppuhelper/interfacecontainer.hxx>
-#include "shell.hxx"
+#include <sfx2/shell.hxx>
#include <tools/gen.hxx>
#include <tools/errcode.hxx>
#include <vcl/jobset.hxx>
diff --git a/include/sfx2/zoomitem.hxx b/include/sfx2/zoomitem.hxx
index 44c8082e034a..df1a0dbd7913 100644
--- a/include/sfx2/zoomitem.hxx
+++ b/include/sfx2/zoomitem.hxx
@@ -21,7 +21,7 @@
#include <svl/intitem.hxx>
#include <sfx2/sfxsids.hrc>
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
//-------------------------------------------------------------------------