From de00229f78f0e94a3d3909186a2cb9f9f7e70023 Mon Sep 17 00:00:00 2001 From: Urs Fässler Date: Thu, 7 Mar 2013 15:14:55 +0100 Subject: sd/source/ui/dlg/diactrl.cxx comment translation and cleanup Change-Id: I09ca02248e9494ad34d8f6c5427ce3186d33e36f --- sd/source/ui/dlg/diactrl.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx index da90b97b23b2..0b2213cf2521 100644 --- a/sd/source/ui/dlg/diactrl.cxx +++ b/sd/source/ui/dlg/diactrl.cxx @@ -52,14 +52,14 @@ SdPagesField::SdPagesField( Window* pParent, String aStr( SdResId( STR_SLIDE_PLURAL ) ); SetCustomUnitText( aStr ); - // Groesse setzen + // set size aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "XXX" ) ); Size aSize( GetTextWidth( aStr )+20, GetTextHeight()+6 ); SetSizePixel( aSize ); - // Parameter des MetricFields setzen + // set parameter of MetricFields SetUnit( FUNIT_CUSTOM ); SetMin( 1 ); SetFirst( 1 ); @@ -109,12 +109,6 @@ void SdPagesField::Modify() aArgs ); } -/************************************************************************* -|* -|* SdTbxCtlDiaPages -|* -\************************************************************************/ - SdTbxCtlDiaPages::SdTbxCtlDiaPages( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : SfxToolBoxControl( nSlotId, nId, rTbx ) { -- cgit