summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-02-22 08:43:50 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-02-22 12:25:08 +0100
commit1b4399dc9064589ff5ec6f09e3e65480d7cfd2fb (patch)
treeddc70a817169580b5c5f281ba7ed2b1bb626e0cd /sw
parentsal_Bool to bool (diff)
downloadcore-1b4399dc9064589ff5ec6f09e3e65480d7cfd2fb.tar.gz
core-1b4399dc9064589ff5ec6f09e3e65480d7cfd2fb.zip
Adapt comment to reality (sal_Bool to bool)
Change-Id: Ib9197ac8a402f4bf4019550f908f09a657dd6f60
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/itrform2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrform2.hxx b/sw/source/core/text/itrform2.hxx
index 240bcc42c510..e2e6e8f8ef21 100644
--- a/sw/source/core/text/itrform2.hxx
+++ b/sw/source/core/text/itrform2.hxx
@@ -79,7 +79,7 @@ class SwTxtFormatter : public SwTxtPainter
Determines the next object, that reaches into the rest of the line and
constructs the appropriate FlyPortion.
- SwTxtFly::GetFrm(const SwRect&, sal_Bool) will be needed for this.
+ SwTxtFly::GetFrm(const SwRect&, bool) will be needed for this.
The right edge can be shortened by flys
*/