summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLCodeNameProvider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLCodeNameProvider.cxx')
-rw-r--r--sc/source/filter/xml/XMLCodeNameProvider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLCodeNameProvider.cxx b/sc/source/filter/xml/XMLCodeNameProvider.cxx
index fa393f167c9a..e86f5349cac5 100644
--- a/sc/source/filter/xml/XMLCodeNameProvider.cxx
+++ b/sc/source/filter/xml/XMLCodeNameProvider.cxx
@@ -59,7 +59,7 @@ XMLCodeNameProvider::~XMLCodeNameProvider()
{
}
-::sal_Bool SAL_CALL XMLCodeNameProvider::hasByName( const OUString& aName )
+sal_Bool SAL_CALL XMLCodeNameProvider::hasByName( const OUString& aName )
throw (uno::RuntimeException, std::exception )
{
if( aName == msDocName )
@@ -143,7 +143,7 @@ uno::Type SAL_CALL XMLCodeNameProvider::getElementType( )
return getCppuType(static_cast<uno::Sequence<beans::PropertyValue>*>(0));
}
-::sal_Bool SAL_CALL XMLCodeNameProvider::hasElements()
+sal_Bool SAL_CALL XMLCodeNameProvider::hasElements()
throw (uno::RuntimeException, std::exception )
{
if( !mpDoc->GetCodeName().isEmpty() )