diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 10:49:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:11 +0200 |
commit | 753d9ac166e6eee0163a28c2cf364a1fb7d1b37c (patch) | |
tree | 83fbd33feb123f9331aebd96d5c2d2ade9beb3d8 /sc/source/ui/inc/viewutil.hxx | |
parent | dee3ec7b690bc3e9b2d20151a73d1c175d21b25f (diff) |
sal_Bool->bool
Change-Id: Ib38c27c67000bba676d36e7c17e6ebcac21e91b4
Diffstat (limited to 'sc/source/ui/inc/viewutil.hxx')
-rw-r--r-- | sc/source/ui/inc/viewutil.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx index 7339854cc018..145cc0b52cae 100644 --- a/sc/source/ui/inc/viewutil.hxx +++ b/sc/source/ui/inc/viewutil.hxx @@ -40,12 +40,12 @@ enum ScUpdateMode { SC_UPDATE_ALL, SC_UPDATE_CHANGED, SC_UPDATE_MARKS }; class SC_DLLPUBLIC ScViewUtil { public: - static sal_Bool ExecuteCharMap( const SvxFontItem& rOldFont, + static bool ExecuteCharMap( const SvxFontItem& rOldFont, SfxViewFrame& rFrame, SvxFontItem& rNewFont, OUString& rString ); - static sal_Bool IsActionShown( const ScChangeAction& rAction, + static bool IsActionShown( const ScChangeAction& rAction, const ScChangeViewSettings& rSettings, ScDocument& rDocument ); @@ -84,7 +84,7 @@ private: public: ScUpdateRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ); void SetNew( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ); - sal_Bool GetDiff( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ); + bool GetDiff( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ); }; #endif |