summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filid.hxx')
-rw-r--r--ucb/source/ucp/file/filid.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filid.hxx b/ucb/source/ucp/file/filid.hxx
index d884c4f9a9b9..febe3e61a609 100644
--- a/ucb/source/ucp/file/filid.hxx
+++ b/ucb/source/ucp/file/filid.hxx
@@ -37,7 +37,7 @@ namespace fileaccess {
// This implementation has to be reworked
public:
FileContentIdentifier( shell* pMyShell,
- const rtl::OUString& aUnqPath,
+ const OUString& aUnqPath,
sal_Bool IsNormalized = true );
virtual ~FileContentIdentifier();
@@ -70,21 +70,21 @@ namespace fileaccess {
throw( com::sun::star::uno::RuntimeException );
// XContentIdentifier
- virtual rtl::OUString SAL_CALL
+ virtual OUString SAL_CALL
getContentIdentifier(
void )
throw( com::sun::star::uno::RuntimeException );
- virtual rtl::OUString SAL_CALL
+ virtual OUString SAL_CALL
getContentProviderScheme(
void )
throw( com::sun::star::uno::RuntimeException );
private:
shell* m_pMyShell;
- rtl::OUString m_aContentId; // The URL string
- rtl::OUString m_aNormalizedId; // The somehow normalized string
- rtl::OUString m_aProviderScheme;
+ OUString m_aContentId; // The URL string
+ OUString m_aNormalizedId; // The somehow normalized string
+ OUString m_aProviderScheme;
};
} // end namespace fileaccess