summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/SerfUri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/SerfUri.hxx')
-rw-r--r--ucb/source/ucp/webdav/SerfUri.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucb/source/ucp/webdav/SerfUri.hxx b/ucb/source/ucp/webdav/SerfUri.hxx
index 02362340f6b0..dc88d74cf816 100644
--- a/ucb/source/ucp/webdav/SerfUri.hxx
+++ b/ucb/source/ucp/webdav/SerfUri.hxx
@@ -62,22 +62,22 @@ class SerfUri
{
return mAprUri;
}
- const OUString & GetURI( void ) const
+ const OUString & GetURI() const
{ return mURI; };
- const OUString & GetScheme( void ) const
+ const OUString & GetScheme() const
{ return mScheme; };
- const OUString & GetUserInfo( void ) const
+ const OUString & GetUserInfo() const
{ return mUserInfo; };
- const OUString & GetHost( void ) const
+ const OUString & GetHost() const
{ return mHostName; };
- sal_Int32 GetPort( void ) const
+ sal_Int32 GetPort() const
{ return mPort; };
- const OUString & GetPath( void ) const
+ const OUString & GetPath() const
{ return mPath; };
- OUString GetPathBaseName ( void ) const;
+ OUString GetPathBaseName() const;
- OUString GetPathBaseNameUnescaped ( void ) const;
+ OUString GetPathBaseNameUnescaped() const;
void SetScheme (const OUString& scheme)
{ mScheme = scheme; calculateURI (); };