sw/source/uibase/docvw/FloatingTableButton.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f72e916e6f2cfe15147e6a53657b8f1b76a7e303 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 4 09:26:13 2019 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
