summaryrefslogtreecommitdiff
path: root/shell/source/backends/wininetbe/wininetbackend.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/wininetbe/wininetbackend.hxx')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.hxx b/shell/source/backends/wininetbe/wininetbackend.hxx
index 57d6e8333705..a2b87079da63 100644
--- a/shell/source/backends/wininetbe/wininetbackend.hxx
+++ b/shell/source/backends/wininetbe/wininetbackend.hxx
@@ -55,13 +55,13 @@ class WinInetBackend : public ::cppu::WeakImplHelper2 <
@return implementation name
*/
- static OUString SAL_CALL getBackendName(void) ;
+ static OUString SAL_CALL getBackendName() ;
/**
Provides the supported services names
@return service names
*/
- static uno::Sequence<OUString> SAL_CALL getBackendServiceNames(void) ;
+ static uno::Sequence<OUString> SAL_CALL getBackendServiceNames() ;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
@@ -123,7 +123,7 @@ class WinInetBackend : public ::cppu::WeakImplHelper2 <
WinInetBackend();
/** Destructor */
- ~WinInetBackend(void) ;
+ ~WinInetBackend() ;
private:
com::sun::star::beans::Optional< com::sun::star::uno::Any >