diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-08 13:34:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-08 14:37:26 +0100 |
commit | c3e815b216ab4495f3c5d36e798c453f1618b2df (patch) | |
tree | f0852289520ff8a3912d90f9aa0c77f2d8ab3f40 /sw/source/uibase/inc | |
parent | 5072e17ec99da280e70413fa2ec571aa928c4503 (diff) |
Fix typo
Change-Id: I0f2f69bc1c5ed15ff4c2580ad7d81259add27007
Reviewed-on: https://gerrit.libreoffice.org/65948
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/UnfloatTableButton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/UnfloatTableButton.hxx b/sw/source/uibase/inc/UnfloatTableButton.hxx index 1ecfa8a3849f..94b4eb761ca0 100644 --- a/sw/source/uibase/inc/UnfloatTableButton.hxx +++ b/sw/source/uibase/inc/UnfloatTableButton.hxx @@ -16,7 +16,7 @@ /** Class for unfloat table button * * This unfloat button is used to convert a floating table into a simple writer table embedded to the text body. - * This unfloat oparation is useful typically for documents imported from MSO file formats containing + * This unfloat operation is useful typically for documents imported from MSO file formats containing * multi-page floating tables. In case of a multi-page table the text frame cuts off the table because * the frame can't span across multiple pages. With unfloating we can get a multi-page table without * floating properties. |