summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-03 15:40:33 +0200
committerNoel Grandin <noel@peralex.com>2014-04-04 13:44:15 +0200
commit3d747045a834e5355df27b7879292abf50e2ca0e (patch)
tree354104e1b055784caa3c6a61da6dc875a4eca6ea /svl
parent561f5a875379a01f1c31a5b0226bfefe82432df2 (diff)
svl/style.hxx: sal_Bool->bool
looks like I missed a couple of methods in my earlier conversion Change-Id: I07871a451bb5954feab57de0af4f7d0678f9a7b3
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/style.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index b97007a4bde5..5d26a0faf4ac 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -238,7 +238,7 @@ bool SfxStyleSheetBase::SetParent( const OUString& rName )
return true;
}
-void SfxStyleSheetBase::SetHidden( sal_Bool hidden )
+void SfxStyleSheetBase::SetHidden( bool hidden )
{
bHidden = hidden;
pPool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) );