summaryrefslogtreecommitdiff
path: root/vcl/os2/source/gdi/salvd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/source/gdi/salvd.cxx')
-rw-r--r--vcl/os2/source/gdi/salvd.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/os2/source/gdi/salvd.cxx b/vcl/os2/source/gdi/salvd.cxx
index 4e53782be8ea..5f7ab7bb0cf0 100644
--- a/vcl/os2/source/gdi/salvd.cxx
+++ b/vcl/os2/source/gdi/salvd.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.
@@ -198,3 +199,5 @@ void Os2SalVirtualDevice::GetSize( long& rWidth, long& rHeight )
DevQueryCaps( mpGraphics->mhDC, CAPS_WIDTH, CAPS_WIDTH, (LONG*)rWidth );
DevQueryCaps( mpGraphics->mhDC, CAPS_HEIGHT, CAPS_HEIGHT, (LONG*)rHeight );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */