diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | e945e89a1aa7c6f8d84197244911aab0ae6be9a6 (patch) | |
tree | c55f11d4238bdf2e75795b47576cbf226bb9f4b9 /cui/source/options/optctl.hxx | |
parent | b2b747f8ab65f05ff55c5277d7c88f8b4735eba7 (diff) | |
parent | 1915cec6a9c84c0d0a16e69b81b9ab136d3b0277 (diff) |
CWS gnumake3: pull in cws removetooltypes01
Diffstat (limited to 'cui/source/options/optctl.hxx')
-rw-r--r-- | cui/source/options/optctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optctl.hxx b/cui/source/options/optctl.hxx index 6e97f5fdd..a68d81797 100644 --- a/cui/source/options/optctl.hxx +++ b/cui/source/options/optctl.hxx @@ -62,7 +62,7 @@ public: virtual ~SvxCTLOptionsPage(); static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet ); - virtual BOOL FillItemSet( SfxItemSet& rSet ); + virtual sal_Bool FillItemSet( SfxItemSet& rSet ); virtual void Reset( const SfxItemSet& rSet ); }; |