From aa1b4a294da57bbc54c492c94919486a64b6866f Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 13:48:22 +0100 Subject: Various typos Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef --- svx/source/sdr/contact/viewcontactofe3dcube.cxx | 2 +- svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/source/sdr/contact/viewcontactofe3dcube.cxx b/svx/source/sdr/contact/viewcontactofe3dcube.cxx index c717c04feccc..a12bcf86ea20 100644 --- a/svx/source/sdr/contact/viewcontactofe3dcube.cxx +++ b/svx/source/sdr/contact/viewcontactofe3dcube.cxx @@ -47,7 +47,7 @@ namespace sdr const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false)); - // get cube geometry and use as traslation and scaling for unit cube + // get cube geometry and use as translation and scaling for unit cube basegfx::B3DRange aCubeRange; const basegfx::B3DVector aCubeSize(GetE3dCubeObj().GetCubeSize()); const basegfx::B3DPoint aCubePosition(GetE3dCubeObj().GetCubePos()); diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index dc5313c17057..5ef7f36ca384 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -167,7 +167,7 @@ void ValueSetWithTextControl::UserDraw( const UserDrawEvent& rUDEvt ) } { - //draw backgroud + //draw background if ( GetSelectItemId() == nItemId ) { Rectangle aBackRect = aRect; -- cgit