summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 19:59:13 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-18 20:02:19 -0500
commit3e04e08d371532960917afbcd59307fbd6c1f313 (patch)
tree2c9f9b9af1559d4c8dc5b8886bdd8b46bcb5f114 /filter
parent05a8ecca55d96b823348fa390482be6cfee64f69 (diff)
This method is now unused.
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgexport.cxx7
-rw-r--r--filter/source/svg/svgfilter.hxx2
2 files changed, 0 insertions, 9 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index ea63fa164066..905bd621e05b 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -392,13 +392,6 @@ sal_Bool SVGExport::IsUseOpacity() const
return bRet;
}
-// -----------------------------------------------------------------------------
-
-const ::basegfx::B2DPolyPolygon* SVGExport::getCurClip() const
-{
- return NULL;
-}
-
// ------------------------
// - ObjectRepresentation -
// ------------------------
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index d218e065467e..68c19d4331e1 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -143,8 +143,6 @@ public:
sal_Bool IsUseNativeTextDecoration() const;
sal_Bool IsUseOpacity() const;
- const ::basegfx::B2DPolyPolygon* getCurClip() const;
-
protected:
virtual void _ExportStyles( sal_Bool /* bUsed */ ) {}