vcl/coretext/ctfonts.cxx | 4 ++-- vcl/coretext/ctfonts.hxx | 4 ++-- vcl/coretext/ctlayout.cxx | 4 ++-- vcl/coretext/salgdi2.cxx | 3 --- 4 files changed, 6 insertions(+), 9 deletions(-)
New commits: commit b905edf6d5db8981a3b204c57f854040d1c9b561 Author: Tor Lillqvist <t...@iki.fi> Date: Tue Jun 4 08:39:15 2013 +0300 Add Emacs and vim mode lines Change-Id: I2ad35bfbaf40dd1a5b5c9f7f119268b8f30ca093 diff --git a/vcl/coretext/ctfonts.cxx b/vcl/coretext/ctfonts.cxx index 1b4264a..1bd74f6 100644 --- a/vcl/coretext/ctfonts.cxx +++ b/vcl/coretext/ctfonts.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -510,5 +511,4 @@ SystemFontList* GetCoretextFontList( void ) return pList; } -// ======================================================================= - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/coretext/ctfonts.hxx b/vcl/coretext/ctfonts.hxx index d80a566..d9c4e7d 100644 --- a/vcl/coretext/ctfonts.hxx +++ b/vcl/coretext/ctfonts.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -46,5 +47,4 @@ private: CFMutableDictionaryRef GetStyleDict( void ) const { return mpStyleDict; } }; -// ======================================================================= - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/coretext/ctlayout.cxx b/vcl/coretext/ctlayout.cxx index be9f0e3..b043747 100644 --- a/vcl/coretext/ctlayout.cxx +++ b/vcl/coretext/ctlayout.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -489,5 +490,4 @@ SalLayout* CTTextStyle::GetTextLayout( void ) const return new CTLayout( this); } -// ======================================================================= - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/coretext/salgdi2.cxx b/vcl/coretext/salgdi2.cxx index 774c1d7..8389d2c 100644 --- a/vcl/coretext/salgdi2.cxx +++ b/vcl/coretext/salgdi2.cxx @@ -806,7 +806,4 @@ SystemFontData AquaSalGraphics::GetSysFontData( int /* nFallbacklevel */ ) const return aSysFontData; } -// ----------------------------------------------------------------------- - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits