diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-26 14:02:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-26 14:02:36 +0000 |
commit | 02344aec6474fc71b8287dcbc46dfda141593779 (patch) | |
tree | 19c39384b07061cba750f91fe376e4a891627cc7 /svtools/source/control | |
parent | 6b233e1412905aee3d2df67b3b9ee4b07a4f9b82 (diff) |
INTEGRATION: CWS vcl82 (1.4.4); FILE MERGED
2007/08/07 16:37:39 pl 1.4.4.1: #i80415# remove useless DBG_ERRROR
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/prgsbar.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/source/control/prgsbar.cxx b/svtools/source/control/prgsbar.cxx index c6000f40e6e3..7e678ff3735f 100644 --- a/svtools/source/control/prgsbar.cxx +++ b/svtools/source/control/prgsbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prgsbar.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-08-03 13:54:58 $ + * last change: $Author: hr $ $Date: 2007-09-26 15:02:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,6 @@ static WinBits clearProgressBarBorder( Window* pParent, WinBits nOrgStyle ) ProgressBar::ProgressBar( Window* pParent, WinBits nWinStyle ) : Window( pParent, clearProgressBarBorder( pParent, nWinStyle ) ) { - DBG_ERROR( "no ResId constructor\n" ); SetOutputSizePixel( Size( 150, 20 ) ); ImplInit(); } @@ -89,7 +88,6 @@ ProgressBar::ProgressBar( Window* pParent, WinBits nWinStyle ) : ProgressBar::ProgressBar( Window* pParent, const ResId& rResId ) : Window( pParent, rResId ) { - DBG_ERROR( "ResId constructor\n" ); ImplInit(); } |