summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-04 09:26:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-01-07 10:41:47 +0100
commitf72e916e6f2cfe15147e6a53657b8f1b76a7e303 (patch)
treee068e1ea0652f96b7abff44571a9c8db34b2d21d /sw
parent1ca524f82b27cd65c55358dfd5fb8e77d717935e (diff)
Fix typo and file permission
Change-Id: I9fe2a1267f05bcf1dd5bb6f1a553a45b14cee079 Reviewed-on: https://gerrit.libreoffice.org/65849 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/FloatingTableButton.cxx4
1 files changed, 2 insertions, 2 deletions
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: */