diff options
-rw-r--r-- | external/np_sdk/npsdk/npwin.cxx | 1 | ||||
-rw-r--r-- | sal/textenc/convertsimple.cxx | 2 | ||||
-rw-r--r-- | sal/textenc/handleundefinedunicodetotextchar.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/access/accfield.cxx | 3 | ||||
-rw-r--r-- | sw/source/core/access/accnotexthyperlink.cxx | 3 | ||||
-rw-r--r-- | sw/source/core/crsr/overlayrangesoutline.cxx | 3 | ||||
-rw-r--r-- | sw/source/ui/dialog/wordcountwrapper.cxx | 2 | ||||
-rw-r--r-- | vcl/generic/app/geninst.cxx | 2 | ||||
-rw-r--r-- | vcl/source/app/IconThemeInfo.cxx | 3 | ||||
-rw-r--r-- | vcl/source/app/IconThemeScanner.cxx | 3 | ||||
-rw-r--r-- | vcl/source/gdi/gdimetafiletools.cxx | 2 |
11 files changed, 24 insertions, 2 deletions
diff --git a/external/np_sdk/npsdk/npwin.cxx b/external/np_sdk/npsdk/npwin.cxx index 9021c635993c..bbabd97bad76 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 c917f17d50fb..6f5b500ad697 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 22f1baa74cd6..6ea1dad81dac 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 c6e2d2dc2600..49584c1542a7 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 40d684b5974f..5e59cc2c3158 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 ed8e352fc1d5..724e0bf0ed5c 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 cf8734b6fb87..78cf4ee95a5b 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 432fdf6c7e5b..7d9d1b5aff81 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 89a1b4e75e6d..5e1834891837 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 5d62a292b3f2..152dbdca4646 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 cd918f8a9987..e090a7d6f503 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: */ |