external/np_sdk/npsdk/npwin.cxx | 1 + sal/textenc/convertsimple.cxx | 2 ++ sal/textenc/handleundefinedunicodetotextchar.cxx | 2 ++ sw/source/core/access/accfield.cxx | 3 +++ sw/source/core/access/accnotexthyperlink.cxx | 3 +++ sw/source/core/crsr/overlayrangesoutline.cxx | 3 ++- sw/source/ui/dialog/wordcountwrapper.cxx | 2 ++ vcl/generic/app/geninst.cxx | 2 ++ vcl/source/app/IconThemeInfo.cxx | 3 ++- vcl/source/app/IconThemeScanner.cxx | 3 +++ vcl/source/gdi/gdimetafiletools.cxx | 2 ++ 11 files changed, 24 insertions(+), 2 deletions(-)
New commits: commit 8e65dd0897d38e850988a37eb8f1b1c70ccb42cf Author: Takeshi Abe <t...@fixedpoint.jp> Date: Tue Mar 4 14:01:24 2014 +0900 Add mode lines Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a diff --git a/external/np_sdk/npsdk/npwin.cxx b/external/np_sdk/npsdk/npwin.cxx index 9021c63..bbabd97 100644 --- a/external/np_sdk/npsdk/npwin.cxx +++ b/external/np_sdk/npsdk/npwin.cxx @@ -356,3 +356,4 @@ jref NPN_GetJavaPeer(NPP instance) #endif } //end of extern "C" +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sal/textenc/convertsimple.cxx b/sal/textenc/convertsimple.cxx index c917f17..6f5b500 100644 --- a/sal/textenc/convertsimple.cxx +++ b/sal/textenc/convertsimple.cxx @@ -664,3 +664,5 @@ sal_Size sal::detail::textenc::convertUnicodeToChar( *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); return (nDestBytes - (pEndDestBuf-pDestBuf)); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sal/textenc/handleundefinedunicodetotextchar.cxx b/sal/textenc/handleundefinedunicodetotextchar.cxx index 22f1baa..6ea1dad 100644 --- a/sal/textenc/handleundefinedunicodetotextchar.cxx +++ b/sal/textenc/handleundefinedunicodetotextchar.cxx @@ -171,3 +171,5 @@ bool sal::detail::textenc::handleUndefinedUnicodeToTextChar( return true; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/core/access/accfield.cxx b/sw/source/core/access/accfield.cxx index c6e2d2d..49584c1 100644 --- a/sw/source/core/access/accfield.cxx +++ b/sw/source/core/access/accfield.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. * @@ -310,3 +311,5 @@ void SAL_CALL SwAccessibleField::removeEventListener( } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/core/access/accnotexthyperlink.cxx b/sw/source/core/access/accnotexthyperlink.cxx index 40d684b..5e59cc2 100644 --- a/sw/source/core/access/accnotexthyperlink.cxx +++ b/sw/source/core/access/accnotexthyperlink.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. * @@ -235,3 +236,5 @@ sal_Bool SAL_CALL SwAccessibleNoTextHyperlink::isValid( ) return sal_True; return sal_False; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/core/crsr/overlayrangesoutline.cxx b/sw/source/core/crsr/overlayrangesoutline.cxx index ed8e352..724e0bf 100644 --- a/sw/source/core/crsr/overlayrangesoutline.cxx +++ b/sw/source/core/crsr/overlayrangesoutline.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. * @@ -103,4 +104,4 @@ namespace sw } // end of namespace overlay } // end of namespace sdr -// eof +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/ui/dialog/wordcountwrapper.cxx b/sw/source/ui/dialog/wordcountwrapper.cxx index cf8734b..78cf4ee 100644 --- a/sw/source/ui/dialog/wordcountwrapper.cxx +++ b/sw/source/ui/dialog/wordcountwrapper.cxx @@ -45,3 +45,5 @@ void SwWordCountWrapper::SetCounts(const SwDocStat &rCurrCnt, const SwDocStat &r { pAbstDlg->SetCounts(rCurrCnt, rDocStat); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/generic/app/geninst.cxx b/vcl/generic/app/geninst.cxx index 432fdf6..7d9d1b5 100644 --- a/vcl/generic/app/geninst.cxx +++ b/vcl/generic/app/geninst.cxx @@ -129,3 +129,5 @@ SalGenericInstance::~SalGenericInstance() ::tools::SolarMutex::SetSolarMutex( 0 ); delete mpSalYieldMutex; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/app/IconThemeInfo.cxx b/vcl/source/app/IconThemeInfo.cxx index 89a1b4e..5e18348 100644 --- a/vcl/source/app/IconThemeInfo.cxx +++ b/vcl/source/app/IconThemeInfo.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. * @@ -177,4 +178,4 @@ IconThemeInfo::IconThemeIsInVector(const std::vector<vcl::IconThemeInfo>& themes } // end namespace vcl - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/app/IconThemeScanner.cxx b/vcl/source/app/IconThemeScanner.cxx index 5d62a29..152dbdc 100644 --- a/vcl/source/app/IconThemeScanner.cxx +++ b/vcl/source/app/IconThemeScanner.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. * @@ -184,3 +185,5 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId) } // end namespace vcl + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/source/gdi/gdimetafiletools.cxx b/vcl/source/gdi/gdimetafiletools.cxx index cd918f8..e090a7d 100644 --- a/vcl/source/gdi/gdimetafiletools.cxx +++ b/vcl/source/gdi/gdimetafiletools.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. * @@ -1092,3 +1093,4 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource) return false; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits