summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx62
1 files changed, 31 insertions, 31 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 1e75afb64863..94e91022b4e2 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -19,39 +19,39 @@
#include <config_features.h>
-#include "comphelper/processfactory.hxx"
+#include <comphelper/processfactory.hxx>
-#include "osl/module.h"
-#include "osl/file.hxx"
-#include "osl/thread.h"
+#include <osl/module.h>
+#include <osl/file.hxx>
+#include <osl/thread.h>
-#include "rtl/tencinfo.h"
-#include "rtl/instance.hxx"
+#include <rtl/tencinfo.h>
+#include <rtl/instance.hxx>
-#include "tools/debug.hxx"
-#include "tools/time.hxx"
+#include <tools/debug.hxx>
+#include <tools/time.hxx>
-#include "i18nlangtag/mslangid.hxx"
+#include <i18nlangtag/mslangid.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/syslocaleoptions.hxx>
-#include "vcl/dialog.hxx"
-#include "vcl/floatwin.hxx"
-#include "vcl/settings.hxx"
-#include "vcl/keycod.hxx"
-#include "vcl/event.hxx"
-#include "vcl/vclevent.hxx"
-#include "vcl/virdev.hxx"
-#include "vcl/wrkwin.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/cvtgrf.hxx"
-#include "vcl/unowrap.hxx"
-#include "vcl/timer.hxx"
-#include "vcl/scheduler.hxx"
-#include "vcl/unohelp.hxx"
-#include "vcl/lazydelete.hxx"
-#include "vcl/opengl/OpenGLWrapper.hxx"
+#include <vcl/dialog.hxx>
+#include <vcl/floatwin.hxx>
+#include <vcl/settings.hxx>
+#include <vcl/keycod.hxx>
+#include <vcl/event.hxx>
+#include <vcl/vclevent.hxx>
+#include <vcl/virdev.hxx>
+#include <vcl/wrkwin.hxx>
+#include <vcl/svapp.hxx>
+#include <vcl/cvtgrf.hxx>
+#include <vcl/unowrap.hxx>
+#include <vcl/timer.hxx>
+#include <vcl/scheduler.hxx>
+#include <vcl/unohelp.hxx>
+#include <vcl/lazydelete.hxx>
+#include <vcl/opengl/OpenGLWrapper.hxx>
#include "salinst.hxx"
#include "salframe.hxx"
@@ -64,14 +64,14 @@
#include "idlemgr.hxx"
#include "svids.hrc"
-#include "com/sun/star/uno/Reference.h"
-#include "com/sun/star/awt/XToolkit.hpp"
+#include <com/sun/star/uno/Reference.h>
+#include <com/sun/star/awt/XToolkit.hpp>
#include <com/sun/star/frame/Desktop.hpp>
-#include "com/sun/star/uno/XNamingService.hpp"
+#include <com/sun/star/uno/XNamingService.hpp>
#include <com/sun/star/util/XModifiable.hpp>
-#include "com/sun/star/lang/XMultiServiceFactory.hpp"
-#include "comphelper/solarmutex.hxx"
-#include "osl/process.h"
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <comphelper/solarmutex.hxx>
+#include <osl/process.h>
#include <cassert>
#include <utility>