summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding/miscobj.cxx
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 /embeddedobj/source/commonembedding/miscobj.cxx
parentc32aa53a7df7af4ef23b8d235483eabb51463183 (diff)
callcatcher: remove some unused methods
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
Diffstat (limited to 'embeddedobj/source/commonembedding/miscobj.cxx')
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx
index ae383fba144d..966eb4723f97 100644
--- a/embeddedobj/source/commonembedding/miscobj.cxx
+++ b/embeddedobj/source/commonembedding/miscobj.cxx
@@ -446,14 +446,6 @@ uno::Sequence< uno::Type > SAL_CALL OCommonEmbeddedObject::getTypes()
}
-
-uno::Sequence< sal_Int8 > SAL_CALL OCommonEmbeddedObject::getImplementationId()
- throw( uno::RuntimeException )
-{
- return css::uno::Sequence<sal_Int8>();
-}
-
-
uno::Sequence< sal_Int8 > SAL_CALL OCommonEmbeddedObject::getClassID()
throw ( uno::RuntimeException, std::exception )
{
@@ -463,7 +455,6 @@ uno::Sequence< sal_Int8 > SAL_CALL OCommonEmbeddedObject::getClassID()
return m_aClassID;
}
-
OUString SAL_CALL OCommonEmbeddedObject::getClassName()
throw ( uno::RuntimeException, std::exception )
{
@@ -473,7 +464,6 @@ OUString SAL_CALL OCommonEmbeddedObject::getClassName()
return m_aClassName;
}
-
void SAL_CALL OCommonEmbeddedObject::setClassInfo(
const uno::Sequence< sal_Int8 >& /*aClassID*/, const OUString& /*aClassName*/ )
throw ( lang::NoSupportException,