summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-19 22:41:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-20 09:40:35 +0900
commit1e65f0176a9243274971321ffa5b6462130904ed (patch)
treed7525c159a0513c56f7b38cdde52886e1329f02a /sw/source/filter/html/htmlcss1.cxx
parentf3ea8bb8f69db2398a3858de0dc9c3b0d8cc9774 (diff)
sal_Bool to bool
Change-Id: Ie4aac09e9aa7232c61cfdcda7b2bffd5002036a7
Diffstat (limited to 'sw/source/filter/html/htmlcss1.cxx')
-rw-r--r--sw/source/filter/html/htmlcss1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index 7bfa37fc4786..ac3ca4d28686 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -655,7 +655,7 @@ static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector,
return eType;
}
-extern sal_Bool swhtml_css1atr_equalFontItems( const SfxPoolItem& r1, const SfxPoolItem& r2 );
+extern bool swhtml_css1atr_equalFontItems( const SfxPoolItem& r1, const SfxPoolItem& r2 );
static void RemoveScriptItems( SfxItemSet& rItemSet, sal_uInt16 nScript,
const SfxItemSet *pParentItemSet = 0 )