summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-03-04 14:01:24 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-03-04 17:15:23 +0900
commit8e65dd0897d38e850988a37eb8f1b1c70ccb42cf (patch)
treed8e56efbb47c43c8c6f0f63e82c4082640942699 /sal
parent3a8c38fa3f7c0c17f0d0dc688df742ab2a7b7a42 (diff)
Add mode lines
Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/convertsimple.cxx2
-rw-r--r--sal/textenc/handleundefinedunicodetotextchar.cxx2
2 files changed, 4 insertions, 0 deletions
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: */