diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-15 14:18:38 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 17:12:35 +0200 |
commit | dd6c80e4336d4c30e733f126f968b8fb7152851c (patch) | |
tree | 5b539f4de7037c1e5726f2880c5206ae66445c31 /include/svx | |
parent | 718f63002e52ad3d80fae148c28c6994592c1c09 (diff) |
Fix typo: s/an other/another/g
Change-Id: Ifd83affcb16209f4134c725640fbd95077c8ab0f
Reviewed-on: https://gerrit.libreoffice.org/59099
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdedtv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index 27eb85e8c607..4e7f7e63eb56 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -194,7 +194,7 @@ public: void DeleteLayer(const OUString& rName); // Marked objects which are outside a page - // are assigned to an other page; at the moment without undo!!! + // are assigned to another page; at the moment without undo!!! void ForceMarkedObjToAnotherPage(); void ForceMarkedToAnotherPage() { ForceMarkedObjToAnotherPage(); } |