Kaydet (Commit) 8e65dd08 authored tarafından Takeshi Abe's avatar Takeshi Abe

Add mode lines

Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
üst 3a8c38fa
......@@ -356,3 +356,4 @@ jref NPN_GetJavaPeer(NPP instance)
#endif
} //end of extern "C"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -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: */
......@@ -171,3 +171,5 @@ bool sal::detail::textenc::handleUndefinedUnicodeToTextChar(
return true;
}
/* 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.
*
......@@ -310,3 +311,5 @@ void SAL_CALL SwAccessibleField::removeEventListener(
}
}
}
/* 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.
*
......@@ -235,3 +236,5 @@ sal_Bool SAL_CALL SwAccessibleNoTextHyperlink::isValid( )
return sal_True;
return sal_False;
}
/* 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.
*
......@@ -103,4 +104,4 @@ namespace sw
} // end of namespace overlay
} // end of namespace sdr
// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -45,3 +45,5 @@ void SwWordCountWrapper::SetCounts(const SwDocStat &rCurrCnt, const SwDocStat &r
{
pAbstDlg->SetCounts(rCurrCnt, rDocStat);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -129,3 +129,5 @@ SalGenericInstance::~SalGenericInstance()
::tools::SolarMutex::SetSolarMutex( 0 );
delete mpSalYieldMutex;
}
/* 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.
*
......@@ -177,4 +178,4 @@ IconThemeInfo::IconThemeIsInVector(const std::vector<vcl::IconThemeInfo>& themes
} // end namespace vcl
/* 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.
*
......@@ -184,3 +185,5 @@ IconThemeScanner::GetIconThemeInfo(const OUString& themeId)
} // end namespace vcl
/* 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.
*
......@@ -1092,3 +1093,4 @@ bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource)
return false;
}
/* 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