summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 7bce4df0fb12..df53c1f7350d 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -77,13 +77,9 @@ using namespace package_ucp;
#define ENCRYPTIONKEY_MODIFIED sal_uInt32( 0x08 )
-
-
// ContentProperties Implementation.
-
-
ContentProperties::ContentProperties( const OUString& rContentType )
: aContentType( rContentType ),
nSize( 0 ),
@@ -99,7 +95,6 @@ ContentProperties::ContentProperties( const OUString& rContentType )
}
-
uno::Sequence< ucb::ContentInfo >
ContentProperties::getCreatableContentsInfo( PackageUri const & rUri ) const
{
@@ -138,13 +133,9 @@ ContentProperties::getCreatableContentsInfo( PackageUri const & rUri ) const
}
-
-
// Content Implementation.
-
-
// static ( "virtual" ctor )
Content* Content::create(
const uno::Reference< uno::XComponentContext >& rxContext,
@@ -279,11 +270,9 @@ Content::~Content()
}
-
// XInterface methods.
-
// virtual
void SAL_CALL Content::acquire()
throw( )
@@ -314,11 +303,9 @@ uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType )
}
-
// XTypeProvider methods.
-
XTYPEPROVIDER_COMMON_IMPL( Content );
@@ -398,11 +385,9 @@ uno::Sequence< uno::Type > SAL_CALL Content::getTypes()
}
-
// XServiceInfo methods.
-
// virtual
OUString SAL_CALL Content::getImplementationName()
throw( uno::RuntimeException, std::exception )
@@ -425,11 +410,9 @@ uno::Sequence< OUString > SAL_CALL Content::getSupportedServiceNames()
}
-
// XContent methods.
-
// virtual
OUString SAL_CALL Content::getContentType()
throw( uno::RuntimeException, std::exception )
@@ -438,11 +421,9 @@ OUString SAL_CALL Content::getContentType()
}
-
// XCommandProcessor methods.
-
// virtual
uno::Any SAL_CALL Content::execute(
const ucb::Command& aCommand,
@@ -695,11 +676,9 @@ void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ )
}
-
// XContentCreator methods.
-
// virtual
uno::Sequence< ucb::ContentInfo > SAL_CALL
Content::queryCreatableContentsInfo()
@@ -749,11 +728,9 @@ Content::createNewContent( const ucb::ContentInfo& Info )
}
-
// Non-interface methods.
-
// virtual
OUString Content::getParentURL()
{