summaryrefslogtreecommitdiffstats
path: root/vcl/os2/source/gdi/salbmp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/os2/source/gdi/salbmp.cxx')
-rw-r--r--vcl/os2/source/gdi/salbmp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/os2/source/gdi/salbmp.cxx b/vcl/os2/source/gdi/salbmp.cxx
index 3d8f86ddcd1e..c6ee24011212 100644
--- a/vcl/os2/source/gdi/salbmp.cxx
+++ b/vcl/os2/source/gdi/salbmp.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.
@@ -735,3 +736,5 @@ bool Os2SalBitmap::GetSystemData( BitmapSystemData& rData )
}
return bRet;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */