diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 17:06:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:13:45 +0000 |
commit | 402aa305b7e37c3d3e1432613f59c905933a97cd (patch) | |
tree | c3756a82a1219255b071adb223809f12b250a682 /sw/inc/doc.hxx | |
parent | 370c65e709eb074c9982c56a2400cf945641ffaf (diff) |
Fix typos
Change-Id: Ia87318cb323d403cdff947da0b70e0d2aabaacd4
Reviewed-on: https://gerrit.libreoffice.org/35657
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index cf7b340bcda4..6fc96f312452 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -344,7 +344,7 @@ private: sal_Int32 mReferenceCount; bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR. - and unfortunately temorarily also in + and unfortunately temporarily also in SwSwgReader::InLayout() when flawed frames need deletion. */ bool mbCopyIsMove : 1; //< TRUE: Copy is a hidden Move. |