summaryrefslogtreecommitdiff
path: root/vcl/os2/source/gdi/salgdi2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/source/gdi/salgdi2.cxx')
-rw-r--r--vcl/os2/source/gdi/salgdi2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/os2/source/gdi/salgdi2.cxx b/vcl/os2/source/gdi/salgdi2.cxx
index 37621ee1f6a8..2ab59b8a3c46 100644
--- a/vcl/os2/source/gdi/salgdi2.cxx
+++ b/vcl/os2/source/gdi/salgdi2.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -31,9 +32,7 @@
#define _SV_SALGDI2_CXX
#include <salbmp.h>
#include <saldata.hxx>
-#ifndef _SV_SALIDS_HRC
#include <salids.hrc>
-#endif
#include <salgdi.h>
#include <salvd.h>
#include <vcl/salbtype.hxx>
@@ -784,3 +783,4 @@ void Os2SalGraphics::invert( ULONG nPoints, const SalPoint* pPtAry, SalInvert nF
}
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */