sd: SetCursorLogicPosition -> SetCursorMm100Position

To be consistent with SetGraphicMm100Position.

Change-Id: Ic6775f9f1350ceb41381b4090cd32c4bd4393e67
This commit is contained in:
Miklos Vajna
2015-04-10 14:58:53 +02:00
parent 7f0dfb3ae6
commit f37952bb25
3 changed files with 5 additions and 5 deletions

View File

@@ -448,7 +448,7 @@ public:
/// Same as MouseButtonUp(), but coordinates are in logic unit.
void LogicMouseButtonUp(const MouseEvent& rMouseEvent);
/// Allows adjusting the point or mark of the selection to a document coordinate.
void SetCursorLogicPosition(const Point& rPosition, bool bPoint, bool bClearMark);
void SetCursorMm100Position(const Point& rPosition, bool bPoint, bool bClearMark);
/// Allows starting or ending a graphic move or resize action.
void SetGraphicMm100Position(bool bStart, const Point& rPosition);