From e209d115d41e25f5658dd52ae94ceb873b33013f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Sep 2015 11:06:04 +0200 Subject: remove old standalone Sun bug numbers Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vcl/source/outdev/text.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/source/outdev/text.cxx') diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index f0a248ddae31..c81e6f305892 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -2207,7 +2207,6 @@ void OutputDevice::DrawCtrlText( const Point& rPos, const OUString& rStr, if( nMnemonicPos >= nLen ) { - // #106952# // may occur in BiDi-Strings: the '~' is sometimes found behind the last char // due to some strange BiDi text editors // -> place the underline behind the string to indicate a failure -- cgit v1.2.3