diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 20:30:06 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 21:42:27 +0100 |
commit | f4a37ca9584d7b8fcbd7aaa80162edcfde3cd4ed (patch) | |
tree | 940328c5e6dcdefe3e730e1f2cbf0211dffa5bd5 /sd/source/ui/func | |
parent | 10af6b399c3d3342a03a3031cf42779bc0d38c87 (diff) |
several translations and fixes for translations
Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/fuconbez.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fuediglu.cxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx index 4ee9ca3f39bc..67727bc6b511 100644 --- a/sd/source/ui/func/fuconbez.cxx +++ b/sd/source/ui/func/fuconbez.cxx @@ -118,7 +118,7 @@ sal_Bool FuConstructBezierPolygon::MouseButtonDown(const MouseEvent& rMEvt) if (eHit == SDRHIT_MARKEDOBJECT && nEditMode == SID_BEZIER_INSERT) { - // insert clue point + // insert glue point mpView->BegInsObjPoint(aMDPos, rMEvt.IsMod1()); } else diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx index 8a98b588f6df..e796e9dcf16e 100644 --- a/sd/source/ui/func/fuediglu.cxx +++ b/sd/source/ui/func/fuediglu.cxx @@ -121,12 +121,12 @@ sal_Bool FuEditGluePoints::MouseButtonDown(const MouseEvent& rMEvt) } else if (eHit == SDRHIT_MARKEDOBJECT && mpView->IsInsGluePointMode()) { - // insert clue points + // insert glue points mpView->BegInsGluePoint(aMDPos); } else if (eHit == SDRHIT_MARKEDOBJECT && rMEvt.IsMod1()) { - // select clue points + // select glue points if (!rMEvt.IsShift()) mpView->UnmarkAllGluePoints(); @@ -139,7 +139,7 @@ sal_Bool FuEditGluePoints::MouseButtonDown(const MouseEvent& rMEvt) } else if (eHit == SDRHIT_GLUEPOINT) { - // select clue points + // select glue points if (!rMEvt.IsShift()) mpView->UnmarkAllGluePoints(); @@ -181,7 +181,7 @@ sal_Bool FuEditGluePoints::MouseButtonDown(const MouseEvent& rMEvt) } else if (mpView->AreObjectsMarked()) { - // select clue point + // select glue point if (!rMEvt.IsShift()) mpView->UnmarkAllGluePoints(); |