diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-18 11:23:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-18 11:27:39 +0200 |
commit | c3e3f466571e4993c1b5e42c6d15e37c48f3a069 (patch) | |
tree | 538fb90ed2c05e725f28ff16d41fd27ca38a7573 /include/sfx2/viewfrm.hxx | |
parent | e399c0759812affd4f7f6e1e3aacfbcafc06ad6d (diff) |
sfx2: sal_Bool->bool
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r-- | include/sfx2/viewfrm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index 2129f55aeecc..7076f2313c68 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -135,8 +135,8 @@ public: void ToTop(); void Enable( sal_Bool bEnable ); virtual sal_Bool Close(); - virtual void Activate( sal_Bool bUI ); - virtual void Deactivate( sal_Bool bUI ); + virtual void Activate( bool bUI ); + virtual void Deactivate( bool bUI ); // DDE-Interface virtual long DdeExecute( const OUString& rCmd ); |