summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx2
-rw-r--r--svx/source/table/tablecontroller.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 7a9048761e0c..16f21be65a76 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -786,7 +786,7 @@ void SdrMarkView::SetMarkHandles(SfxViewShell* pOtherShell)
{
if (pOtherShell)
{
- // An other shell wants to know about our existing
+ // Another shell wants to know about our existing
// selection.
if (pViewShell != pOtherShell)
SfxLokHelper::notifyOtherView(pViewShell, pOtherShell, LOK_CALLBACK_GRAPHIC_VIEW_SELECTION, "selection", sSelection);
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index f44b24daed84..df7868920f6f 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -3176,7 +3176,7 @@ bool SvxTableController::setCursorLogicPosition(const Point& rPosition, bool bPo
}
else if (aCellPos != maMouseDownPos)
{
- // No selection, but rPosition is at an other cell: start table selection.
+ // No selection, but rPosition is at another cell: start table selection.
StartSelection(maMouseDownPos);
// Update graphic selection, should be hidden now.
mrView.AdjustMarkHdl();