summaryrefslogtreecommitdiff
path: root/include/vcl/gdimtf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-29 12:40:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-29 15:08:43 +0200
commit34180700b2686c97cdce0b52ca9578a41a153035 (patch)
tree073f3753e4483f30efa3c7c769f23971e6a046d5 /include/vcl/gdimtf.hxx
parente710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff)
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'include/vcl/gdimtf.hxx')
-rw-r--r--include/vcl/gdimtf.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx
index 9809ca60e58e..6f5c46ecbc39 100644
--- a/include/vcl/gdimtf.hxx
+++ b/include/vcl/gdimtf.hxx
@@ -210,30 +210,6 @@ public:
bool GetUseCanvas() const { return bUseCanvas; }
};
-/** Create a special metaaction that delegates rendering to specified
- service.
-
- This factory function creates a MetaCommentAction that delegates
- rendering to the specified services, once played back in the
- metafile.
-
- @param rRendererServiceName
- Renderer service. Gets an awt::XGraphic on instantiation
-
- @param rGraphicServiceName
- Graphic service. Gets the raw data on instantiation
-
- @param pData
- Raw data. Gets copied
-
- @param nDataSize
- Length, in byte, of raw data
- */
-MetaCommentAction* makePluggableRendererAction( const OUString& rRendererServiceName,
- const OUString& rGraphicServiceName,
- const void* pData,
- sal_uInt32 nDataSize );
-
#endif // INCLUDED_VCL_GDIMTF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */