summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLCodeNameProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLCodeNameProvider.hxx')
-rw-r--r--sc/source/filter/xml/XMLCodeNameProvider.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLCodeNameProvider.hxx b/sc/source/filter/xml/XMLCodeNameProvider.hxx
index 5d925f2b7fdc..9f8eb2d508af 100644
--- a/sc/source/filter/xml/XMLCodeNameProvider.hxx
+++ b/sc/source/filter/xml/XMLCodeNameProvider.hxx
@@ -29,8 +29,8 @@ class String;
class XMLCodeNameProvider : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XNameAccess >
{
ScDocument* mpDoc;
- ::rtl::OUString msDocName;
- ::rtl::OUString msCodeNameProp;
+ OUString msDocName;
+ OUString msCodeNameProp;
static sal_Bool _getCodeName( const ::com::sun::star::uno::Any& aAny,
String& rCodeName );
@@ -39,15 +39,15 @@ public:
XMLCodeNameProvider( ScDocument* pDoc );
virtual ~XMLCodeNameProvider();
- virtual ::sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
+ virtual ::sal_Bool SAL_CALL hasByName( const OUString& aName )
throw (::com::sun::star::uno::RuntimeException );
- virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
+ virtual ::com::sun::star::uno::Any SAL_CALL getByName( const OUString& aName )
throw (::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames( )
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getElementNames( )
throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Type SAL_CALL getElementType( )