summaryrefslogtreecommitdiff
path: root/shell/source/backends/wininetbe/wininetbackend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/wininetbe/wininetbackend.cxx')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index 8ba2d95867b6..1a9f9989986b 100644
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -57,10 +57,7 @@ typedef struct
} ProxyEntry;
-// helper functions
-
-
-namespace // private
+namespace
{
ProxyEntry ReadProxyEntry(const OUString& aProxy, sal_Int32& i)
{
@@ -98,8 +95,7 @@ namespace // private
return ProxyEntry();
}
-} // end private namespace
-
+} // unnamed namespace
WinInetBackend::WinInetBackend()
{
@@ -295,18 +291,15 @@ WinInetBackend::WinInetBackend()
}
}
-
WinInetBackend::~WinInetBackend()
{
}
-
WinInetBackend* WinInetBackend::createInstance()
{
return new WinInetBackend;
}
-
void WinInetBackend::setPropertyValue(
OUString const &, css::uno::Any const &)
throw (
@@ -356,12 +349,10 @@ css::uno::Any WinInetBackend::getPropertyValue(
}
}
-
OUString SAL_CALL WinInetBackend::getBackendName() {
return OUString("com.sun.star.comp.configuration.backend.WinInetBackend") ;
}
-
OUString SAL_CALL WinInetBackend::getImplementationName()
throw (uno::RuntimeException)
{