summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_content.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index d35cdda98faa..07a97adfd27e 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -89,13 +89,9 @@ static ContentType lcl_getContentType( const OUString & rType )
}
-
-
// Content Implementation.
-
-
// static ( "virtual" ctor )
Content* Content::create(
const uno::Reference< uno::XComponentContext >& rxContext,
@@ -166,11 +162,9 @@ Content::~Content()
}
-
// XInterface methods.
-
// virtual
void SAL_CALL Content::acquire()
throw( )
@@ -208,11 +202,9 @@ uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
XTYPEPROVIDER_COMMON_IMPL( Content );
@@ -292,11 +284,9 @@ uno::Sequence< uno::Type > SAL_CALL Content::getTypes()
}
-
// XServiceInfo methods.
-
// virtual
OUString SAL_CALL Content::getImplementationName()
throw( uno::RuntimeException, std::exception )
@@ -326,11 +316,9 @@ uno::Sequence< OUString > SAL_CALL Content::getSupportedServiceNames()
}
-
// XContent methods.
-
// virtual
OUString SAL_CALL Content::getContentType()
throw( uno::RuntimeException, std::exception )
@@ -359,11 +347,9 @@ Content::getIdentifier()
}
-
// XCommandProcessor methods.
-
// virtual
uno::Any SAL_CALL Content::execute(
const ucb::Command& aCommand,
@@ -668,11 +654,9 @@ void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ )
}
-
// XContentCreator methods.
-
// virtual
uno::Sequence< ucb::ContentInfo > SAL_CALL
Content::queryCreatableContentsInfo()
@@ -2925,13 +2909,9 @@ uno::Reference< io::XStream > Content::getStream(
}
-
-
// ContentProperties Implementation.
-
-
uno::Sequence< ucb::ContentInfo >
ContentProperties::getCreatableContentsInfo() const
{