summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 17:18:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:27 +0200
commit34569eb28fcddb52a96c153e02a4196370b26908 (patch)
tree81764d2ecba856973b6292303959ed3e4a543cf3 /tools
parentd1ba5419cf9f75fe437b835e49d3b75459dd48c2 (diff)
drop bogus eof lines
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/b3dtrans.cxx2
-rw-r--r--tools/source/generic/poly.cxx2
-rw-r--r--tools/source/generic/poly2.cxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index 1167d8d99dea..91422d2ee6bd 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -574,6 +574,4 @@ sal_Bool B3dCamera::CalcFocalLength()
return bRetval;
}
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index dcec76182f84..c3365ccbb1dc 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -2069,6 +2069,4 @@ Polygon::Polygon(const basegfx::B2DPolygon& rPolygon)
}
}
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx
index 42bcffd3368b..726d652a4b16 100644
--- a/tools/source/generic/poly2.cxx
+++ b/tools/source/generic/poly2.cxx
@@ -820,6 +820,4 @@ PolyPolygon::PolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon)
}
}
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */