summaryrefslogtreecommitdiff
path: root/vcl/source/window/errinf.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-21 21:07:30 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-26 00:57:52 +0200
commitd8a564010c46a4062cbfd7e055f5dc64597d3268 (patch)
tree4b739c13f2995725a6ae43f5a64b927a20ff8b2b /vcl/source/window/errinf.cxx
parent1c1aa2642bcd447f598a85114e8517f35c106992 (diff)
vcl: remove comment-cruft from errinf.cxx
Change-Id: I53272ef788375ea3cfecc1fa9f24185909801fa1 Reviewed-on: https://gerrit.libreoffice.org/36847 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source/window/errinf.cxx')
-rw-r--r--vcl/source/window/errinf.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 2c9c0f17224e..c96ceca7a2a9 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -328,7 +328,6 @@ DialogMask ErrorHandler::HandleError_Impl(
return DialogMask::NONE;
}
-// static
bool ErrorHandler::GetErrorString(sal_uInt32 lId, OUString& rStr)
{
return HandleError_Impl( lId, DialogMask::MAX, true, rStr ) != DialogMask::NONE;