summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-04-01 15:26:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-04-27 22:20:40 +0200
commit91a1342aa2930268006614680ec439c6ebecdedb (patch)
tree922a2e7ec859c5498ce45bc167f5c496a795c7e0 /vcl
parentbfc54ba3d2ac7f7ff40f8b3e95a6bd9b74bcd0c5 (diff)
tdf#39468 cleanup source code comments
* translate German source code comments * remove ascii art * remove bogus source Code comments * remove old StarOffice/Sun internal bug tracker references Change-Id: I443bf2fdba3780c411d69809111daf3aa3a48451 Reviewed-on: https://gerrit.libreoffice.org/36005 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/group.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/control/group.cxx b/vcl/source/control/group.cxx
index e23b836a846d..a9dd7cf8af7b 100644
--- a/vcl/source/control/group.cxx
+++ b/vcl/source/control/group.cxx
@@ -155,8 +155,7 @@ void GroupBox::ImplDraw( OutputDevice* pDev, DrawFlags nDrawFlags,
pDev->DrawLine( Point( rPos.X()+rSize.Width()-2, rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSize.Width()-2, nTop ) );
bool bIsPrinter = OUTDEV_PRINTER == pDev->GetOutDevType();
- // if we're drawing onto a printer, spare the 3D effect
- // #i46986# / 2005-04-13 / frank.schoenheit@sun.com
+ // if we're drawing onto a printer, spare the 3D effect #i46986#
if ( !bIsPrinter && !(nDrawFlags & DrawFlags::Mono) )
{