summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 11:26:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 12:37:11 +0000
commit52c2111e4f466edf77e3eee17fc9c283f3b69100 (patch)
tree2cceb8d9131054a0e7791ce4124e50819c11ccd8 /writerfilter
parentc32aa53a7df7af4ef23b8d235483eabb51463183 (diff)
callcatcher: remove some unused methods
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx10
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx2
2 files changed, 0 insertions, 12 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index fe716446d28a..509637dea6d8 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -271,16 +271,6 @@ throw (uno::RuntimeException, xml::sax::SAXException)
OOXMLFactory::getInstance()->characters(this, rString);
}
-namespace
-{
- class theOOXMLFastContextHandlerUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theOOXMLFastContextHandlerUnoTunnelId > {};
-}
-
-const uno::Sequence< sal_Int8 > & OOXMLFastContextHandler::getUnoTunnelId()
-{
- return theOOXMLFastContextHandlerUnoTunnelId::get().getSeq();
-}
-
void OOXMLFastContextHandler::setStream(Stream * pStream)
{
mpStream = pStream;
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 4c980ce6240c..190bf28341a7 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -82,8 +82,6 @@ public:
virtual void SAL_CALL characters(const OUString & aChars)
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE;
- static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();
-
// local
void setStream(Stream * pStream);