diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:10:33 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:15:39 +0000 |
commit | 2de378ecacd95d7ac52275b34f3fda281d477dbe (patch) | |
tree | a3441bb786c94633aef8df9afc6af8fbcb7d4128 /svx/source/svdraw/textchainflow.cxx | |
parent | ac9671f94800b647f82b12e718968311a025e87e (diff) |
Fix typos
Change-Id: I92f9eda138c387dde3095e1a6281bdcec3a2adde
Reviewed-on: https://gerrit.libreoffice.org/18982
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/source/svdraw/textchainflow.cxx')
-rw-r--r-- | svx/source/svdraw/textchainflow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx index a433fcd37ee6..2ce012cf775e 100644 --- a/svx/source/svdraw/textchainflow.cxx +++ b/svx/source/svdraw/textchainflow.cxx @@ -157,7 +157,7 @@ bool TextChainFlow::IsUnderflow() const // XXX: In editing mode you need to get "underflowing" text from editing outliner, so it's kinda separate from the drawing one! -// XXX:Would it be possible to unify undeflow and its possibly following overrflow? +// XXX:Would it be possible to unify underflow and its possibly following overflow? void TextChainFlow::ExecuteUnderflow(SdrOutliner *pOutl) { //GetTextChain()->SetNilChainingEvent(mpTargetLink, true); |