summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrs Fässler <urs@bitzgi.ch>2013-03-07 15:14:55 +0100
committerUrs Fässler <urs@bitzgi.ch>2013-03-07 15:19:57 +0100
commitde00229f78f0e94a3d3909186a2cb9f9f7e70023 (patch)
treee20e3bb9c2eec9efc66047f31161405de49ed673
parent419f278af31bb6c0965918097218b615af0ee28b (diff)
sd/source/ui/dlg/diactrl.cxx comment translation and cleanup
Change-Id: I09ca02248e9494ad34d8f6c5427ce3186d33e36f
-rw-r--r--sd/source/ui/dlg/diactrl.cxx10
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 )
{
eTor Lillqvist 2013-10-22macosx: add a LSMinimumSystemVersion in Info.plistNorbert Thiebaud 2013-10-04remove superfluous endifMichael Stahl 2013-10-04Enable %U in desktop files with kde integrationTomas Chvatal 2013-10-01sysui: remove cruft from freedesktop-menus.specMichael Stahl 2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl 2013-10-01fdo#69210: sysui: add some AppStream AppData filesRichard Hughes 2013-09-30gitignore configure-generated Info.plistStephan Bergmann 2013-09-24Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist 2013-09-23Try to fix cross-compilationTor Lillqvist 2013-09-11Move Mac OS X Info.plist into instdirStephan Bergmann 2013-09-11Towards a working instdir for Mac OS XStephan Bergmann