summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_stgelems.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_stgelems.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_stgelems.cxx b/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
index c5f4aa352973..55c505d3cd26 100644
--- a/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_stgelems.cxx
@@ -254,7 +254,7 @@ uno::Type SAL_CALL Storage::getElementType()
// virtual
-::sal_Bool SAL_CALL Storage::hasElements()
+sal_Bool SAL_CALL Storage::hasElements()
throw ( uno::RuntimeException, std::exception )
{
return m_xWrappedStorage->hasElements();
@@ -285,7 +285,7 @@ uno::Sequence< OUString > SAL_CALL Storage::getElementNames()
// virtual
-::sal_Bool SAL_CALL Storage::hasByName( const OUString& aName )
+sal_Bool SAL_CALL Storage::hasByName( const OUString& aName )
throw ( uno::RuntimeException, std::exception )
{
return m_xWrappedStorage->hasByName( aName );