summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 16:03:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 07:58:51 +0000
commit6ea66657ebca5b3ec63f93b496b812888e0d53c9 (patch)
tree9f623491080bd49f3bc077bf3a4324033b793e33 /writerfilter/source/rtftok
parentloplugin:cstylecast (diff)
downloadcore-6ea66657ebca5b3ec63f93b496b812888e0d53c9.tar.gz
core-6ea66657ebca5b3ec63f93b496b812888e0d53c9.zip
loplugin:unusedmethods writerfilter
Change-Id: I52441115e14da6c1bcd7ba4926a0f3cc0620366e Reviewed-on: https://gerrit.libreoffice.org/17236 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'writerfilter/source/rtftok')
-rw-r--r--writerfilter/source/rtftok/rtfsprm.cxx10
-rw-r--r--writerfilter/source/rtftok/rtfsprm.hxx2
2 files changed, 0 insertions, 12 deletions
diff --git a/writerfilter/source/rtftok/rtfsprm.cxx b/writerfilter/source/rtftok/rtfsprm.cxx
index 20b7f2e8553a..3af30008d71f 100644
--- a/writerfilter/source/rtftok/rtfsprm.cxx
+++ b/writerfilter/source/rtftok/rtfsprm.cxx
@@ -36,16 +36,6 @@ Value::Pointer_t RTFSprm::getValue()
return Value::Pointer_t(m_pValue->Clone());
}
-writerfilter::Reference<BinaryObj>::Pointer_t RTFSprm::getBinary()
-{
- return m_pValue->getBinary();
-}
-
-writerfilter::Reference<Stream>::Pointer_t RTFSprm::getStream()
-{
- return m_pValue->getStream();
-}
-
writerfilter::Reference<Properties>::Pointer_t RTFSprm::getProps()
{
return m_pValue->getProperties();
diff --git a/writerfilter/source/rtftok/rtfsprm.hxx b/writerfilter/source/rtftok/rtfsprm.hxx
index 26aa791628b5..995feec85f9d 100644
--- a/writerfilter/source/rtftok/rtfsprm.hxx
+++ b/writerfilter/source/rtftok/rtfsprm.hxx
@@ -107,8 +107,6 @@ public:
virtual ~RTFSprm() {}
virtual sal_uInt32 getId() const SAL_OVERRIDE;
virtual Value::Pointer_t getValue() SAL_OVERRIDE;
- virtual writerfilter::Reference<BinaryObj>::Pointer_t getBinary() SAL_OVERRIDE;
- virtual writerfilter::Reference<Stream>::Pointer_t getStream() SAL_OVERRIDE;
virtual writerfilter::Reference<Properties>::Pointer_t getProps() SAL_OVERRIDE;
#ifdef DEBUG_WRITERFILTER
virtual std::string getName() const SAL_OVERRIDE;