[Libreoffice-commits] .: rsc/source svtools/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Sat Jan 22 07:56:25 PST 2011
rsc/source/parser/erscerr.cxx | 8 --------
svtools/source/dialogs/colctrl.cxx | 16 ----------------
svtools/source/inc/gradwrap.hxx | 3 ---
3 files changed, 27 deletions(-)
New commits:
commit f1e98c29604418fb2e896754f7e61c35b8281525
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat Jan 22 16:55:15 2011 +0100
Remove some dead code.
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index 0816dd9..0898565 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -74,10 +74,6 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
|*
|* RscError::StdErr();
|*
-|* Beschreibung
-|* Ersterstellung PL 11/07/2001
-|* Letzte Aenderung PL 11/07/2001
-|*
*************************************************************************/
void RscError::StdErr( const char * pStr )
{
@@ -111,10 +107,6 @@ void RscError::StdLstOut( const char * pStr ){
|*
|* RscError::StdLstErr();
|*
-|* Beschreibung
-|* Ersterstellung PL 11/07/2001
-|* Letzte Aenderung PL 11/07/2001
-|*
*************************************************************************/
void RscError::StdLstErr( const char * pStr ){
StdErr( pStr );
diff --git a/svtools/source/dialogs/colctrl.cxx b/svtools/source/dialogs/colctrl.cxx
index 4a988ea..87a3a3a 100644
--- a/svtools/source/dialogs/colctrl.cxx
+++ b/svtools/source/dialogs/colctrl.cxx
@@ -369,21 +369,11 @@ void ColorMixingControl::Initialize()
InsertItem( i, aColor, aStr );
}
- /*maColor[ 0 ] = Color( COL_LIGHTRED );
- maColor[ 1 ] = Color( COL_LIGHTGREEN );
- maColor[ 2 ] = Color( COL_YELLOW );
- maColor[ 3 ] = Color( COL_LIGHTBLUE );*/
-
SetColor( CMC_TOPLEFT, Color( COL_LIGHTRED ) );
SetColor( CMC_BOTTOMRIGHT, Color( COL_LIGHTBLUE ) );
SetColor( CMC_TOPRIGHT, Color( COL_LIGHTGREEN ) );
SetColor( CMC_BOTTOMLEFT, Color( COL_YELLOW ) );
-
- /*FillColumn( 0 );
- FillColumn( mnColumns - 1 );
- for( i = 0; i < mnRows; i++ )
- FillRow( i );*/
}
// -----------------------------------------------------------------------
@@ -537,9 +527,6 @@ CMCPosition ColorMixingControl::GetCMCPosition() const
|*
|* ColorHSB::ColorHSB()
|*
-|* Beschreibung RGB nach HSB
-|* Ersterstellung SOH 02.10.97
-|*
**************************************************************************/
ColorHSB::ColorHSB( const Color& rColor )
@@ -606,9 +593,6 @@ ColorHSB::ColorHSB( const Color& rColor )
|*
|* ColorHSB::GetRGB()
|*
-|* Beschreibung HSB nach RGB
-|* Ersterstellung SOH 02.10.97
-|*
**************************************************************************/
Color ColorHSB::GetRGB() const
diff --git a/svtools/source/inc/gradwrap.hxx b/svtools/source/inc/gradwrap.hxx
index b21b9b8..b142c10 100644
--- a/svtools/source/inc/gradwrap.hxx
+++ b/svtools/source/inc/gradwrap.hxx
@@ -34,9 +34,6 @@
|*
|* class GradientWrapper
|*
-|* Ersterstellung: KA 24.11.95
-|* letzte Aenderung: KA 24.11.95
-|*
|* Zeck: dient beim MetaFile-Export dazu, die eigentliche Berechungs-
|* funktionalitaet zu kapseln. Das Schreiben der Records fuer
|* die unterschiedlichen File-Formate geschieht ueber LinkHandler.
More information about the Libreoffice-commits
mailing list