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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 09:42:06 UTC 2019


 sw/source/uibase/docvw/FloatingTableButton.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f72e916e6f2cfe15147e6a53657b8f1b76a7e303
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 4 09:26:13 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jan 7 10:41:47 2019 +0100

    Fix typo and file permission
    
    Change-Id: I9fe2a1267f05bcf1dd5bb6f1a553a45b14cee079
    Reviewed-on: https://gerrit.libreoffice.org/65849
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/uibase/docvw/FloatingTableButton.cxx b/sw/source/uibase/docvw/FloatingTableButton.cxx
index 949934d5908d..bda6a318f8e6 100644
--- a/sw/source/uibase/docvw/FloatingTableButton.cxx
+++ b/sw/source/uibase/docvw/FloatingTableButton.cxx
@@ -113,7 +113,7 @@ void FloatingTableButton::MouseButtonDown(const MouseEvent& /*rMEvt*/)
 
     rDoc.getIDocumentState().SetModified();
 
-    // Undoing MoveNodeRange() is not working correctly in case of tables, it crashes some times
+    // Undoing MoveNodeRange() is not working correctly in case of tables, it crashes sometimes
     // So don't allow to undo after unfloating (similar to MakeFlyAndMove() method)
     if (rDoc.GetIDocumentUndoRedo().DoesUndo())
     {
@@ -174,4 +174,4 @@ bool FloatingTableButton::Contains(const Point& rDocPt) const
 
 void FloatingTableButton::SetReadonly(bool bReadonly) { ShowAll(!bReadonly); }
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */


More information about the Libreoffice-commits mailing list