summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedxv.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/svdedxv.cxx
parent335b38d831558ce786f726b4b6a014d2a312cf29 (diff)
Fix some translation oversights
At least some of the things corrected, also (c) myself.
Diffstat (limited to 'svx/source/svdraw/svdedxv.cxx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 408ca0eba3e1..af12afa4dcc1 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -932,7 +932,6 @@ SdrEndTextEditKind SdrObjEditView::SdrEndTextEdit(sal_Bool bDontDeleteReally)
pWin->DrawPixel(aRect.TopRight());
pWin->DrawPixel(aRect.BottomLeft());
pWin->DrawPixel(aRect.BottomRight());
- //pWin->DrawRect(aRect);
}
// and now the Outliner itself
if (!bTextEditDontDelete) delete pTEOutliner;
@@ -1407,7 +1406,7 @@ sal_Bool SdrObjEditView::SetAttributes(const SfxItemSet& rSet, sal_Bool bReplace
if(bHasEEFeatureItems)
{
String aMessage;
- aMessage.AppendAscii("SdrObjEditView::SetAttributes(): Setting EE_FEATURE items at the SdrView doesn't make sense! It only leads to verhead and unreadable documents.");
+ aMessage.AppendAscii("SdrObjEditView::SetAttributes(): Setting EE_FEATURE items at the SdrView does not make sense! It only leads to overhead and unreadable documents.");
InfoBox(NULL, aMessage).Execute();
}
}