summaryrefslogtreecommitdiff
path: root/vcl/osx/salprn.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:52:43 +0200
commit52b605ff36089fc56c1c41d413adcd131cde845c (patch)
treead88bf109337ab1841979d1a8336d4eb85e8e812 /vcl/osx/salprn.cxx
parent7d69ac0b8f11ed9cbee2925fc60119404eed4211 (diff)
loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r--vcl/osx/salprn.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index 25f312b1daf9..4285d418da84 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -17,24 +17,24 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "officecfg/Office/Common.hxx"
+#include <officecfg/Office/Common.hxx>
#include <vcl/print.hxx>
#include <sal/macros.h>
-#include "osx/salinst.h"
-#include "osx/salprn.h"
-#include "osx/printview.h"
-#include "quartz/salgdi.h"
-#include "osx/saldata.hxx"
-#include "quartz/utils.h"
+#include <osx/salinst.h>
+#include <osx/salprn.h>
+#include <osx/printview.h>
+#include <quartz/salgdi.h>
+#include <osx/saldata.hxx>
+#include <quartz/utils.h>
-#include "jobset.h"
-#include "salptype.hxx"
+#include <jobset.h>
+#include <salptype.hxx>
-#include "com/sun/star/beans/PropertyValue.hpp"
-#include "com/sun/star/awt/Size.hpp"
-#include "com/sun/star/uno/Sequence.hxx"
+#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/awt/Size.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
#include <algorithm>
#include <cstdlib>