summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlfly.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-01 08:19:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-01 09:48:51 +0900
commit3034266024e492f7c71dd52265429abd9df10a47 (patch)
tree84077c6099451893c9fc1b151a29f4ed5fd0c0c6 /sw/source/filter/html/htmlfly.cxx
parenta05cfc077aebd71c8e882ec2c83cd7bd2b818401 (diff)
sal_Bool to bool
Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18
Diffstat (limited to 'sw/source/filter/html/htmlfly.cxx')
-rw-r--r--sw/source/filter/html/htmlfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlfly.cxx b/sw/source/filter/html/htmlfly.cxx
index d75dc528140c..74e7d9f93f57 100644
--- a/sw/source/filter/html/htmlfly.cxx
+++ b/sw/source/filter/html/htmlfly.cxx
@@ -311,7 +311,7 @@ void SwHTMLWriter::CollectFlyFrms()
"number of browser configurations has changed" );
SwPosFlyFrms aFlyPos;
- pDoc->GetAllFlyFmts( aFlyPos, bWriteAll ? 0 : pCurPam, sal_True );
+ pDoc->GetAllFlyFmts( aFlyPos, bWriteAll ? 0 : pCurPam, true );
for(SwPosFlyFrms::iterator it = aFlyPos.begin(); it != aFlyPos.end(); ++it)
{