summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/contentinfo.cxx')
-rw-r--r--ucbhelper/source/provider/contentinfo.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index 4b3987ccd3bd..daeccdfcfb7e 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -33,13 +33,9 @@
using namespace com::sun::star;
-
-
// PropertySetInfo Implementation.
-
-
namespace ucbhelper {
PropertySetInfo::PropertySetInfo(
@@ -59,7 +55,6 @@ PropertySetInfo::~PropertySetInfo()
}
-
// XInterface methods.
void SAL_CALL PropertySetInfo::acquire()
@@ -93,7 +88,6 @@ XTYPEPROVIDER_IMPL_2( PropertySetInfo,
// XPropertySetInfo methods.
-
// virtual
uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties()
throw( uno::RuntimeException, std::exception )
@@ -182,11 +176,9 @@ sal_Bool SAL_CALL PropertySetInfo::hasPropertyByName(
}
-
// Non-Interface methods.
-
void PropertySetInfo::reset()
{
osl::MutexGuard aGuard( m_aMutex );
@@ -218,13 +210,9 @@ bool PropertySetInfo::queryProperty(
}
-
-
// CommandProcessorInfo Implementation.
-
-
CommandProcessorInfo::CommandProcessorInfo(
const uno::Reference< css::ucb::XCommandEnvironment >& rxEnv,
ContentImplHelper* pContent )
@@ -242,7 +230,6 @@ CommandProcessorInfo::~CommandProcessorInfo()
}
-
// XInterface methods.
@@ -271,17 +258,14 @@ css::uno::Any SAL_CALL CommandProcessorInfo::queryInterface( const css::uno::Typ
// XTypeProvider methods.
-
XTYPEPROVIDER_IMPL_2( CommandProcessorInfo,
lang::XTypeProvider,
css::ucb::XCommandInfo );
-
// XCommandInfo methods.
-
// virtual
uno::Sequence< css::ucb::CommandInfo > SAL_CALL
CommandProcessorInfo::getCommands()
@@ -364,11 +348,9 @@ sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByHandle( sal_Int32 Handle )
}
-
// Non-Interface methods.
-
void CommandProcessorInfo::reset()
{
osl::MutexGuard aGuard( m_aMutex );
@@ -377,7 +359,6 @@ void CommandProcessorInfo::reset()
}
-
bool CommandProcessorInfo::queryCommand(
const OUString& rName,
css::ucb::CommandInfo& rCommand )