From 3d747045a834e5355df27b7879292abf50e2ca0e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Apr 2014 15:40:33 +0200 Subject: svl/style.hxx: sal_Bool->bool looks like I missed a couple of methods in my earlier conversion Change-Id: I07871a451bb5954feab57de0af4f7d0678f9a7b3 --- include/svl/style.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/svl/style.hxx b/include/svl/style.hxx index 5d2174f431df..493ba24004d3 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -136,7 +136,7 @@ public: { return ( nMask & SFXSTYLEBIT_USERDEF) != 0; } virtual bool IsHidden() const { return bHidden; } - virtual void SetHidden( sal_Bool bValue ); + virtual void SetHidden( bool bValue ); virtual sal_uLong GetHelpId( OUString& rFile ); virtual void SetHelpId( const OUString& r, sal_uLong nId ); @@ -316,8 +316,6 @@ protected: public: SfxStyleSheetPool( SfxItemPool const& ); - -// virtual sal_Bool CopyTo(SfxStyleSheetPool &rDest, const String &rSourceName); }; -- cgit