[Libreoffice-commits] core.git: sd/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 8 06:53:34 UTC 2019


 sd/source/ui/inc/ViewShell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 714fa1af62187a432dc610b76ee78a15f7f0f5fd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 7 20:50:37 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:52:39 2019 +0200

     Fix typo
    
    Change-Id: Idd668a1d16ae17d4821804859d0d5eb6b92ae345
    Reviewed-on: https://gerrit.libreoffice.org/73683
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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);


More information about the Libreoffice-commits mailing list