diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-07 20:50:37 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 08:52:39 +0200 |
commit | 714fa1af62187a432dc610b76ee78a15f7f0f5fd (patch) | |
tree | f3669223cb5b70633fb145bea3a9f0a3e4f62304 /sd | |
parent | 65844edb150284abbc87af0c32dea12c01f44c46 (diff) |
Fix typo
Change-Id: Idd668a1d16ae17d4821804859d0d5eb6b92ae345
Reviewed-on: https://gerrit.libreoffice.org/73683
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index c8fce2036aeb..b4f612933400 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -412,7 +412,7 @@ public: /// Allows adjusting the point or mark of the selection to a document coordinate. void SetCursorMm100Position(const Point& rPosition, bool bPoint, bool bClearMark); - /// Gets the current selectiion + /// Gets the current selection css::uno::Reference<css::datatransfer::XTransferable> GetSelectionTransferrable(); /// Allows starting or ending a graphic move or resize action. void SetGraphicMm100Position(bool bStart, const Point& rPosition); |