diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 17:18:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:27 +0200 |
commit | 34569eb28fcddb52a96c153e02a4196370b26908 (patch) | |
tree | 81764d2ecba856973b6292303959ed3e4a543cf3 /editeng | |
parent | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (diff) |
drop bogus eof lines
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/eedata.hxx | 3 | ||||
-rw-r--r-- | editeng/inc/editeng/paragraphdata.hxx | 2 | ||||
-rw-r--r-- | editeng/source/items/svdfield.cxx | 3 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 | ||||
-rw-r--r-- | editeng/source/outliner/outlobj.cxx | 3 |
5 files changed, 0 insertions, 13 deletions
diff --git a/editeng/inc/editeng/eedata.hxx b/editeng/inc/editeng/eedata.hxx index a29e8f63c3bd..1332c56f4a54 100644 --- a/editeng/inc/editeng/eedata.hxx +++ b/editeng/inc/editeng/eedata.hxx @@ -62,7 +62,4 @@ namespace EEngineData #endif // _EEDATA_HXX -////////////////////////////////////////////////////////////////////////////// -// eof - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/editeng/inc/editeng/paragraphdata.hxx b/editeng/inc/editeng/paragraphdata.hxx index fbf6b1e79a5c..81d12bb00a2f 100644 --- a/editeng/inc/editeng/paragraphdata.hxx +++ b/editeng/inc/editeng/paragraphdata.hxx @@ -61,6 +61,4 @@ typedef ::std::vector< ParagraphData > ParagraphDataVector; #endif // _PARAGRAPH_DATA_HXX -// eof - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/editeng/source/items/svdfield.cxx b/editeng/source/items/svdfield.cxx index 5a38bf9c288f..a56d4e46727a 100644 --- a/editeng/source/items/svdfield.cxx +++ b/editeng/source/items/svdfield.cxx @@ -57,7 +57,4 @@ void SdrMeasureField::Save(SvPersistStream& rOut) rOut<<(sal_uInt16)eMeasureFieldKind; } -////////////////////////////////////////////////////////////////////////////// -// eof - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 5e209a3a6aaa..b45373cf9bb5 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -2140,6 +2140,4 @@ sal_Bool DrawPortionInfo::IsRTL() const return (1 == (mnBiDiLevel % 2)); } -// eof - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/editeng/source/outliner/outlobj.cxx b/editeng/source/outliner/outlobj.cxx index b1c5fa1a33a2..6edfcf48947b 100644 --- a/editeng/source/outliner/outlobj.cxx +++ b/editeng/source/outliner/outlobj.cxx @@ -271,7 +271,4 @@ void OutlinerParaObject::SetStyleSheets(sal_uInt16 nLevel, const XubString rNewN } } -////////////////////////////////////////////////////////////////////////////// -// eof - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |