summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 13:48:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 14:45:35 +0100
commitaa1b4a294da57bbc54c492c94919486a64b6866f (patch)
treea8044a9db341010ffd48226230ec302611ced5aa /svx
parentuse a slightly more complicated pattern distribution to check, tdf#89436 (diff)
downloadcore-aa1b4a294da57bbc54c492c94919486a64b6866f.tar.gz
core-aa1b4a294da57bbc54c492c94919486a64b6866f.zip
Various typos
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/viewcontactofe3dcube.cxx2
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx2
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;