diff options
Diffstat (limited to 'ksvg/core')
-rw-r--r-- | ksvg/core/CanvasFactory.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/CanvasFactory.h | 2 | ||||
-rw-r--r-- | ksvg/core/CanvasItem.h | 2 | ||||
-rw-r--r-- | ksvg/core/CanvasItems.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/CanvasItems.h | 2 | ||||
-rw-r--r-- | ksvg/core/DocumentFactory.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/DocumentFactory.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGCanvas.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGCanvas.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGHelper.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGHelper.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGLoader.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGLoader.h | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGReader.cc | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGTextChunk.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGTextChunk.h | 2 |
16 files changed, 0 insertions, 32 deletions
diff --git a/ksvg/core/CanvasFactory.cpp b/ksvg/core/CanvasFactory.cpp index 8910f879..55610a2b 100644 --- a/ksvg/core/CanvasFactory.cpp +++ b/ksvg/core/CanvasFactory.cpp @@ -172,5 +172,3 @@ TQPtrList<CanvasInfo> CanvasFactory::canvasList() { return m_canvasList; } - -// vim:ts=4:noet diff --git a/ksvg/core/CanvasFactory.h b/ksvg/core/CanvasFactory.h index 24c59ba6..95614a34 100644 --- a/ksvg/core/CanvasFactory.h +++ b/ksvg/core/CanvasFactory.h @@ -65,5 +65,3 @@ private: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/CanvasItem.h b/ksvg/core/CanvasItem.h index 1c6b1e34..0288400f 100644 --- a/ksvg/core/CanvasItem.h +++ b/ksvg/core/CanvasItem.h @@ -150,5 +150,3 @@ private: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/CanvasItems.cpp b/ksvg/core/CanvasItems.cpp index 333f4608..cf605d9e 100644 --- a/ksvg/core/CanvasItems.cpp +++ b/ksvg/core/CanvasItems.cpp @@ -505,5 +505,3 @@ void MarkerHelper::doEndMarker(SVGShapeImpl *shape, SVGStylableImpl *style, doub { doMarker(shape, style, x, y, angle, style->getEndMarker()); } - -// vim:ts=4:noet diff --git a/ksvg/core/CanvasItems.h b/ksvg/core/CanvasItems.h index 9f5eed43..f9fe9762 100644 --- a/ksvg/core/CanvasItems.h +++ b/ksvg/core/CanvasItems.h @@ -129,5 +129,3 @@ private: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/DocumentFactory.cpp b/ksvg/core/DocumentFactory.cpp index 4ae743be..ea02163a 100644 --- a/ksvg/core/DocumentFactory.cpp +++ b/ksvg/core/DocumentFactory.cpp @@ -106,5 +106,3 @@ SVGDocumentImpl *DocumentFactory::requestDocumentImpl(bool bFit) const return impl; } - -// vim:ts=4:noet diff --git a/ksvg/core/DocumentFactory.h b/ksvg/core/DocumentFactory.h index 6225b37d..ba6cf8bf 100644 --- a/ksvg/core/DocumentFactory.h +++ b/ksvg/core/DocumentFactory.h @@ -59,5 +59,3 @@ private: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGCanvas.cpp b/ksvg/core/KSVGCanvas.cpp index d6ae5b5b..39ad9a20 100644 --- a/ksvg/core/KSVGCanvas.cpp +++ b/ksvg/core/KSVGCanvas.cpp @@ -784,5 +784,3 @@ void KSVGCanvas::ChunkManager::clear() { m_chunks.clear(); } - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGCanvas.h b/ksvg/core/KSVGCanvas.h index f923e207..d758fdb9 100644 --- a/ksvg/core/KSVGCanvas.h +++ b/ksvg/core/KSVGCanvas.h @@ -187,5 +187,3 @@ protected: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGHelper.cpp b/ksvg/core/KSVGHelper.cpp index 86d111a6..94773855 100644 --- a/ksvg/core/KSVGHelper.cpp +++ b/ksvg/core/KSVGHelper.cpp @@ -88,5 +88,3 @@ int sRGBFromLinearRGB(int linearRGB8bit) { return KSVGHelper::sRGBFromLinearRGB(linearRGB8bit); } - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGHelper.h b/ksvg/core/KSVGHelper.h index fe68b77e..05f73ff2 100644 --- a/ksvg/core/KSVGHelper.h +++ b/ksvg/core/KSVGHelper.h @@ -140,5 +140,3 @@ int sRGBFromLinearRGB(int linearRGB8bit); #endif // __cplusplus #endif - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGLoader.cpp b/ksvg/core/KSVGLoader.cpp index 01601999..f075d2ff 100644 --- a/ksvg/core/KSVGLoader.cpp +++ b/ksvg/core/KSVGLoader.cpp @@ -445,5 +445,3 @@ SVGElementImpl *KSVGLoader::getSVGFragment(::KURL url, SVGDocumentImpl *doc, con return searcher.result(); } - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGLoader.h b/ksvg/core/KSVGLoader.h index 69d61494..10cd19ac 100644 --- a/ksvg/core/KSVGLoader.h +++ b/ksvg/core/KSVGLoader.h @@ -89,5 +89,3 @@ private: } #endif - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGReader.cc b/ksvg/core/KSVGReader.cc index 7a62bb74..3fbbefd3 100644 --- a/ksvg/core/KSVGReader.cc +++ b/ksvg/core/KSVGReader.cc @@ -502,5 +502,3 @@ KSVG::KSVGCanvas *KSVGReader::canvas() { return d->canvas; } - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGTextChunk.cpp b/ksvg/core/KSVGTextChunk.cpp index 4d8111e8..d2c07ce8 100644 --- a/ksvg/core/KSVGTextChunk.cpp +++ b/ksvg/core/KSVGTextChunk.cpp @@ -65,5 +65,3 @@ void KSVGTextChunk::addText(const TQString &text, SVGTextContentElementImpl *tex m_text.append(text); m_textElements.append(textElement); } - -// vim:ts=4:noet diff --git a/ksvg/core/KSVGTextChunk.h b/ksvg/core/KSVGTextChunk.h index 21efa055..7c88c0a0 100644 --- a/ksvg/core/KSVGTextChunk.h +++ b/ksvg/core/KSVGTextChunk.h @@ -50,5 +50,3 @@ private: } #endif - -// vim:ts=4:noet |