Add mode lines

Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
This commit is contained in:
Takeshi Abe 2014-03-04 14:01:24 +09:00
parent 3a8c38fa3f
commit 8e65dd0897
11 changed files with 24 additions and 2 deletions

View File

@ -356,3 +356,4 @@ jref NPN_GetJavaPeer(NPP instance)
#endif #endif
} //end of extern "C" } //end of extern "C"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -664,3 +664,5 @@ sal_Size sal::detail::textenc::convertUnicodeToChar(
*pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf);
return (nDestBytes - (pEndDestBuf-pDestBuf)); return (nDestBytes - (pEndDestBuf-pDestBuf));
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -171,3 +171,5 @@ bool sal::detail::textenc::handleUndefinedUnicodeToTextChar(
return true; return true;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -310,3 +311,5 @@ void SAL_CALL SwAccessibleField::removeEventListener(
} }
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -235,3 +236,5 @@ sal_Bool SAL_CALL SwAccessibleNoTextHyperlink::isValid( )
return sal_True; return sal_True;
return sal_False; return sal_False;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -103,4 +104,4 @@ namespace sw
} // end of namespace overlay } // end of namespace overlay
} // end of namespace sdr } // end of namespace sdr
// eof /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -45,3 +45,5 @@ void SwWordCountWrapper::SetCounts(const SwDocStat &rCurrCnt, const SwDocStat &r
{ {
pAbstDlg->SetCounts(rCurrCnt, rDocStat); pAbstDlg->SetCounts(rCurrCnt, rDocStat);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -129,3 +129,5 @@ SalGenericInstance::~SalGenericInstance()
::tools::SolarMutex::SetSolarMutex( 0 ); ::tools::SolarMutex::SetSolarMutex( 0 );
delete mpSalYieldMutex; delete mpSalYieldMutex;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -177,4 +178,4 @@ IconThemeInfo::IconThemeIsInVector(const std::vector<vcl::IconThemeInfo>& themes
} // end namespace vcl } // end namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -184,3 +185,5 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId)
} // end namespace vcl } // end namespace vcl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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. * This file is part of the LibreOffice project.
* *
@ -1092,3 +1093,4 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource)
return false; return false;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */