diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofe3dcube.cxx | 2 | ||||
-rw-r--r-- | svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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; |