diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:14:55 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:19:57 +0100 |
commit | de00229f78f0e94a3d3909186a2cb9f9f7e70023 (patch) | |
tree | e20e3bb9c2eec9efc66047f31161405de49ed673 | |
parent | 419f278af31bb6c0965918097218b615af0ee28b (diff) |
sd/source/ui/dlg/diactrl.cxx comment translation and cleanup
Change-Id: I09ca02248e9494ad34d8f6c5427ce3186d33e36f
-rw-r--r-- | sd/source/ui/dlg/diactrl.cxx | 10 |
1 files 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 ) { |