diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-01 09:22:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-01 09:57:50 +0200 |
commit | 9c06059ec546683bfa095cf4f59ac6ea94da34fb (patch) | |
tree | da8daf7a3d51c33469f9ef8112900a2dd512e037 /include | |
parent | 4ed9e48052163a89ac6268eabebc307d1336d42b (diff) |
Fix typos
Change-Id: I425988a6d99f81574ddec832852873971a03e9e7
Reviewed-on: https://gerrit.libreoffice.org/78362
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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 1b662cde29c5..973a28cd1b9e 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -129,7 +129,7 @@ protected: SdrObject* ImpConvertOneObj(SdrObject* pObj, bool bPath, bool bLineToArea); // set both flags: bToTopPossible and bToBtmPossible. - // bToTopPossibleDirty and bToBtmPossibleDirty are reset at same time + // bToTopPossibleDirty and bToBtmPossibleDirty are reset at the same time void ImpCheckToTopBtmPossible(); // for CombineMarkedObjects and DismantleMarkedObjects |