summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:11:22 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:26 -0600
commit9a26a423540530a5f31c57e03363b2d2b7184b5e (patch)
tree3353e566940a12cd688785ca6841a0bdd2e28f43 /sfx2/inc
parent4ac9fa7a887d09edf7f1fc38f155a93cff30ac97 (diff)
sfx2: include <> for external includes
Change-Id: I63de4bc034020d19abd20f301194482da9a604f4
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/bluthsndapi.hxx2
-rw-r--r--sfx2/inc/frmload.hxx4
-rw-r--r--sfx2/inc/fwkhelper.hxx4
-rw-r--r--sfx2/inc/pch/precompiled_sfx.hxx156
4 files changed, 83 insertions, 83 deletions
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx
index d96228ae32c9..4869173c3e84 100644
--- a/sfx2/inc/bluthsndapi.hxx
+++ b/sfx2/inc/bluthsndapi.hxx
@@ -14,7 +14,7 @@
#include <com/sun/star/frame/XModel.hpp>
#include <rtl/ustring.hxx>
#include <tools/link.hxx>
-#include "sfx2/dllapi.h"
+#include <sfx2/dllapi.h>
#include <sfx2/mailmodelapi.hxx>
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index f14690620cc6..76b094bf31af 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_INC_FRMLOAD_HXX
#define INCLUDED_SFX2_INC_FRMLOAD_HXX
-#include "sfx2/sfxuno.hxx"
-#include "sfx2/objsh.hxx"
+#include <sfx2/sfxuno.hxx>
+#include <sfx2/objsh.hxx>
#include <com/sun/star/frame/XLoadEventListener.hpp>
#include <com/sun/star/frame/XSynchronousFrameLoader.hpp>
diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx
index 35a27dbd98fd..b29dfdf71cb5 100644
--- a/sfx2/inc/fwkhelper.hxx
+++ b/sfx2/inc/fwkhelper.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SFX2_INC_FWKHELPER_HXX
#define INCLUDED_SFX2_INC_FWKHELPER_HXX
-#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/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx
index 080a4752dc87..cf955e951c8a 100644
--- a/sfx2/inc/pch/precompiled_sfx.hxx
+++ b/sfx2/inc/pch/precompiled_sfx.hxx
@@ -14,84 +14,84 @@
also fixes all possible problems, so it's usually better to use it).
*/
-#include "com/sun/star/beans/PropertyAttribute.hpp"
-#include "com/sun/star/beans/PropertyState.hpp"
-#include "com/sun/star/beans/PropertyValue.hpp"
-#include "com/sun/star/beans/XPropertySet.hpp"
-#include "com/sun/star/beans/XPropertySetInfo.hpp"
-#include "com/sun/star/configuration/theDefaultProvider.hpp"
-#include "com/sun/star/document/XDocumentProperties.hpp"
-#include "com/sun/star/document/XExporter.hpp"
-#include "com/sun/star/document/XFilter.hpp"
-#include "com/sun/star/document/XImporter.hpp"
-#include "com/sun/star/embed/ElementModes.hpp"
-#include "com/sun/star/embed/XStorage.hpp"
-#include "com/sun/star/embed/XTransactedObject.hpp"
-#include "com/sun/star/io/XActiveDataControl.hpp"
-#include "com/sun/star/io/XActiveDataSource.hpp"
-#include "com/sun/star/io/XStream.hpp"
-#include "com/sun/star/lang/DisposedException.hpp"
-#include "com/sun/star/lang/EventObject.hpp"
-#include "com/sun/star/lang/IllegalArgumentException.hpp"
-#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp"
-#include "com/sun/star/lang/XInitialization.hpp"
-#include "com/sun/star/lang/XMultiServiceFactory.hpp"
-#include "com/sun/star/lang/XServiceInfo.hpp"
-#include "com/sun/star/system/SystemShellExecute.hpp"
-#include "com/sun/star/system/SystemShellExecuteException.hpp"
-#include "com/sun/star/system/SystemShellExecuteFlags.hpp"
-#include "com/sun/star/task/ErrorCodeIOException.hpp"
-#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
-#include "com/sun/star/uno/Any.hxx"
-#include "com/sun/star/uno/Exception.hpp"
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/RuntimeException.hpp"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "com/sun/star/uno/XInterface.hpp"
-#include "com/sun/star/util/Date.hpp"
-#include "com/sun/star/util/DateTimeWithTimezone.hpp"
-#include "com/sun/star/util/DateWithTimezone.hpp"
-#include "com/sun/star/util/Duration.hpp"
-#include "com/sun/star/util/Time.hpp"
-#include "com/sun/star/util/XChangesBatch.hpp"
-#include "com/sun/star/util/XCloneable.hpp"
-#include "com/sun/star/util/XModifiable.hpp"
-#include "com/sun/star/view/XRenderable.hpp"
-#include "com/sun/star/xml/dom/DocumentBuilder.hpp"
-#include "com/sun/star/xml/dom/NodeType.hpp"
-#include "com/sun/star/xml/dom/XDocument.hpp"
-#include "com/sun/star/xml/dom/XElement.hpp"
-#include "com/sun/star/xml/dom/XSAXDocumentBuilder.hpp"
-#include "com/sun/star/xml/sax/Parser.hpp"
-#include "com/sun/star/xml/sax/Writer.hpp"
-#include "com/sun/star/xml/sax/XSAXSerializable.hpp"
-#include "com/sun/star/xml/xpath/XPathAPI.hpp"
-#include "comphelper/mediadescriptor.hxx"
-#include "comphelper/processfactory.hxx"
-#include "comphelper/sequenceasvector.hxx"
-#include "comphelper/storagehelper.hxx"
-#include "cppuhelper/basemutex.hxx"
-#include "cppuhelper/compbase6.hxx"
-#include "cppuhelper/interfacecontainer.hxx"
-#include "i18nlangtag/languagetag.hxx"
-#include "officecfg/Office/Common.hxx"
-#include "osl/diagnose.h"
-#include "osl/mutex.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-#include "sal/config.h"
-#include "sal/types.h"
-#include "sax/tools/converter.hxx"
-#include "sot/storage.hxx"
-#include "svl/urihelper.hxx"
-#include "svtools/htmlkywd.hxx"
-#include "svtools/treelistentry.hxx"
-#include "toolkit/awt/vclxdevice.hxx"
-#include "tools/datetime.hxx"
-#include "tools/debug.hxx"
-#include "vcl/msgbox.hxx"
-#include "vcl/svapp.hxx"
+#include <com/sun/star/beans/PropertyAttribute.hpp>
+#include <com/sun/star/beans/PropertyState.hpp>
+#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/beans/XPropertySetInfo.hpp>
+#include <com/sun/star/configuration/theDefaultProvider.hpp>
+#include <com/sun/star/document/XDocumentProperties.hpp>
+#include <com/sun/star/document/XExporter.hpp>
+#include <com/sun/star/document/XFilter.hpp>
+#include <com/sun/star/document/XImporter.hpp>
+#include <com/sun/star/embed/ElementModes.hpp>
+#include <com/sun/star/embed/XStorage.hpp>
+#include <com/sun/star/embed/XTransactedObject.hpp>
+#include <com/sun/star/io/XActiveDataControl.hpp>
+#include <com/sun/star/io/XActiveDataSource.hpp>
+#include <com/sun/star/io/XStream.hpp>
+#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/EventObject.hpp>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
+#include <com/sun/star/lang/XInitialization.hpp>
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
+#include <com/sun/star/system/SystemShellExecute.hpp>
+#include <com/sun/star/system/SystemShellExecuteException.hpp>
+#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
+#include <com/sun/star/task/ErrorCodeIOException.hpp>
+#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
+#include <com/sun/star/uno/Any.hxx>
+#include <com/sun/star/uno/Exception.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/RuntimeException.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/uno/XInterface.hpp>
+#include <com/sun/star/util/Date.hpp>
+#include <com/sun/star/util/DateTimeWithTimezone.hpp>
+#include <com/sun/star/util/DateWithTimezone.hpp>
+#include <com/sun/star/util/Duration.hpp>
+#include <com/sun/star/util/Time.hpp>
+#include <com/sun/star/util/XChangesBatch.hpp>
+#include <com/sun/star/util/XCloneable.hpp>
+#include <com/sun/star/util/XModifiable.hpp>
+#include <com/sun/star/view/XRenderable.hpp>
+#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
+#include <com/sun/star/xml/dom/NodeType.hpp>
+#include <com/sun/star/xml/dom/XDocument.hpp>
+#include <com/sun/star/xml/dom/XElement.hpp>
+#include <com/sun/star/xml/dom/XSAXDocumentBuilder.hpp>
+#include <com/sun/star/xml/sax/Parser.hpp>
+#include <com/sun/star/xml/sax/Writer.hpp>
+#include <com/sun/star/xml/sax/XSAXSerializable.hpp>
+#include <com/sun/star/xml/xpath/XPathAPI.hpp>
+#include <comphelper/mediadescriptor.hxx>
+#include <comphelper/processfactory.hxx>
+#include <comphelper/sequenceasvector.hxx>
+#include <comphelper/storagehelper.hxx>
+#include <cppuhelper/basemutex.hxx>
+#include <cppuhelper/compbase6.hxx>
+#include <cppuhelper/interfacecontainer.hxx>
+#include <i18nlangtag/languagetag.hxx>
+#include <officecfg/Office/Common.hxx>
+#include <osl/diagnose.h>
+#include <osl/mutex.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
+#include <sal/config.h>
+#include <sal/types.h>
+#include <sax/tools/converter.hxx>
+#include <sot/storage.hxx>
+#include <svl/urihelper.hxx>
+#include <svtools/htmlkywd.hxx>
+#include <svtools/treelistentry.hxx>
+#include <toolkit/awt/vclxdevice.hxx>
+#include <tools/datetime.hxx>
+#include <tools/debug.hxx>
+#include <vcl/msgbox.hxx>
+#include <vcl/svapp.hxx>
#include <algorithm>
#include <assert.h>
#include <basegfx/color/bcolortools.hxx>