summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgmt.cxx
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-02-02 11:40:51 +0100
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2012-02-15 14:35:05 +0100
commitb181c48f8faf2d16d88aa56c6c17b8efb2aec642 (patch)
tree7a7110ea34c9817475175f7c6ac2f4bb31ea8afc /svx/source/svdraw/svddrgmt.cxx
parent335b38d831558ce786f726b4b6a014d2a312cf29 (diff)
Fix some translation oversights
At least some of the things corrected, also (c) myself.
Diffstat (limited to 'svx/source/svdraw/svddrgmt.cxx')
-rw-r--r--svx/source/svdraw/svddrgmt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 84de9bf7903a..3bb89c9a1980 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -335,7 +335,7 @@ void SdrDragMethod::createSdrDragEntries()
void SdrDragMethod::createSdrDragEntryForSdrObject(const SdrObject& rOriginal, sdr::contact::ObjectContact& rObjectContact, bool bModify)
{
- // add full obejct drag; Clone() at the object has to work
+ // add full object drag; Clone() at the object has to work
// for this
addSdrDragEntry(new SdrDragEntrySdrObject(rOriginal, rObjectContact, bModify));
}
@@ -379,7 +379,7 @@ void SdrDragMethod::createSdrDragEntries_SolidDrag()
if(!bSuppressFullDrag)
{
- // add full obejct drag; Clone() at the object has to work
+ // add full object drag; Clone() at the object has to work
// for this
createSdrDragEntryForSdrObject(*pCandidate, rOC, true);
}
@@ -2475,7 +2475,7 @@ bool SdrDragMirror::BeginSdrDrag()
nWink=NormAngle360(GetAngle(aDif));
if (!getSdrDragView().IsMirrorAllowed(false,false) && !b45)
- return false; // free choice of axis angle not alowed
+ return false; // free choice of axis angle not allowed
if (!getSdrDragView().IsMirrorAllowed(true,false) && !b90)
return false; // 45 degrees not allowed either