summaryrefslogtreecommitdiff
path: root/shell/source/backends/wininetbe/wininetbackend.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-09-12 23:08:14 +0300
committerTor Lillqvist <tml@collabora.com>2016-09-12 23:29:32 +0300
commit01755200f6c01afc5c5970141501aea084e8b770 (patch)
tree188839c69a1b40be80c1e4e841a270f4ffdcc24f /shell/source/backends/wininetbe/wininetbackend.cxx
parent5177666536f65915c3ca07090a4b561b57ae6f63 (diff)
Bin some noise comments and superfluous vertical whitespace
Change-Id: I3c19457bb29cd1392f14598fc8798aed4b1a1a7f
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)
{