summaryrefslogtreecommitdiffstats
path: root/ucb/source/core/ucbprops.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbprops.cxx')
-rw-r--r--ucb/source/core/ucbprops.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/ucb/source/core/ucbprops.cxx b/ucb/source/core/ucbprops.cxx
index 6f0c49bd2a85..9c3eddaf5967 100644
--- a/ucb/source/core/ucbprops.cxx
+++ b/ucb/source/core/ucbprops.cxx
@@ -193,29 +193,23 @@ UcbPropertiesManager::~UcbPropertiesManager()
}
-
// XServiceInfo methods.
-
XSERVICEINFO_IMPL_1( UcbPropertiesManager,
OUString( "com.sun.star.comp.ucb.UcbPropertiesManager" ),
PROPERTIES_MANAGER_SERVICE_NAME );
-
// Service factory implementation.
-
ONE_INSTANCE_SERVICE_FACTORY_IMPL( UcbPropertiesManager );
-
// XPropertySetInfo methods.
-
// virtual
Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties()
throw( RuntimeException, std::exception )
@@ -245,11 +239,9 @@ sal_Bool SAL_CALL UcbPropertiesManager::hasPropertyByName( const OUString& Name
}
-
// Non-Interface methods.
-
bool UcbPropertiesManager::queryProperty(
const OUString& rName, Property& rProp )
{