summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxbasemodel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-18 11:23:57 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:27:39 +0200
commitc3e3f466571e4993c1b5e42c6d15e37c48f3a069 (patch)
tree538fb90ed2c05e725f28ff16d41fd27ca38a7573 /include/sfx2/sfxbasemodel.hxx
parente399c0759812affd4f7f6e1e3aacfbcafc06ad6d (diff)
sfx2: sal_Bool->bool
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r--include/sfx2/sfxbasemodel.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index ecd0b269dd70..2b5b4493ee81 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -1390,9 +1390,9 @@ public:
SfxObjectShell* GetObjectShell() const ;
- SAL_DLLPRIVATE sal_Bool impl_isDisposed() const ;
- sal_Bool IsInitialized() const;
- sal_Bool IsDisposed() const { return impl_isDisposed(); }
+ SAL_DLLPRIVATE bool impl_isDisposed() const ;
+ bool IsInitialized() const;
+ bool IsDisposed() const { return impl_isDisposed(); }
void MethodEntryCheck( const bool i_mustBeInitialized ) const;
::osl::Mutex& getMutex() const { return m_aMutex; }
@@ -1403,7 +1403,7 @@ public:
void notifyEvent( const css::document::EventObject& aEvent ) const;
/** returns true if someone added a XEventListener to this XEventBroadcaster */
- sal_Bool hasEventListeners() const;
+ bool hasEventListeners() const;
protected:
@@ -1412,7 +1412,7 @@ protected:
OUString getRuntimeUID() const;
/* returns true if the document signatures are valid, otherwise false */
- sal_Bool hasValidSignatures() const;
+ bool hasValidSignatures() const;
/* GrabBagItem for interim interop purposes */
void getGrabBagItem(com::sun::star::uno::Any& rVal) const;
@@ -1445,7 +1445,7 @@ private:
SAL_DLLPRIVATE void impl_store( const OUString& sURL,
const css::uno::Sequence< css::beans::PropertyValue >& seqArguments ,
- sal_Bool bSaveTo ) ;
+ bool bSaveTo ) ;
SAL_DLLPRIVATE void postEvent_Impl( const OUString& aName, const css::uno::Reference< css::frame::XController2 >& xController = css::uno::Reference< css::frame::XController2 >() );