Kaydet (Commit) 7cfb6545 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix up a few Emacs and vim mode lines

Change-Id: I813b3638d6e368e73d8733f652db553a6e1cb029
üst 48516370
...@@ -14,4 +14,3 @@ ...@@ -14,4 +14,3 @@
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -90,3 +90,5 @@ private: ...@@ -90,3 +90,5 @@ private:
}; };
#endif // INCLUDED_VCL_INC_QUARTZ_SALGDICOMMON_HXX #endif // INCLUDED_VCL_INC_QUARTZ_SALGDICOMMON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* This file is part of the LibreOffice project. * This file is part of the LibreOffice project.
* *
...@@ -80,5 +81,4 @@ public: ...@@ -80,5 +81,4 @@ public:
#endif // INCLUDED_VCL_INC_REGIONBAND_HXX #endif // INCLUDED_VCL_INC_REGIONBAND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
//eof
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* This file is part of the LibreOffice project. * This file is part of the LibreOffice project.
* *
...@@ -15,8 +16,8 @@ ...@@ -15,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _SV_SALGLYPHID_HXX #ifndef INCLUDED_VCL_INC_SALGLYPHID_HXX
#define _SV_SALGLYPHID_HXX #define INCLUDED_VCL_INC_SALGLYPHID_HXX
// TODO: sal_GlyphId should become a class... // TODO: sal_GlyphId should become a class...
typedef sal_uInt32 sal_GlyphId; typedef sal_uInt32 sal_GlyphId;
...@@ -41,5 +42,6 @@ typedef sal_uInt32 sal_GlyphId; ...@@ -41,5 +42,6 @@ typedef sal_uInt32 sal_GlyphId;
#define GF_DROPPED 0xFFFFFFFF #define GF_DROPPED 0xFFFFFFFF
#endif // _SV_SALGLYPHID_HXX #endif // INCLUDED_VCL_INC_SALGLYPHID_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment