summaryrefslogtreecommitdiff
path: root/include/sfx2/request.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 14:23:36 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:27:38 +0200
commitfb77ab1dc237faec245633f99d727350d9ae295f (patch)
treea59d223b3175ab5d594c7ddb13a4acca3569c242 /include/sfx2/request.hxx
parentac01de882d368c4d8044361f874edd4b53e33f2b (diff)
sfx2: sal_Bool->bool
Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d
Diffstat (limited to 'include/sfx2/request.hxx')
-rw-r--r--include/sfx2/request.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index 55f7f1c86f0f..0512e6853d7a 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -88,20 +88,20 @@ public:
const SfxPoolItem* GetReturnValue() const;
static com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > GetMacroRecorder( SfxViewFrame* pFrame=NULL );
- static sal_Bool HasMacroRecorder( SfxViewFrame* pFrame=NULL );
- sal_uInt16 GetCallMode() const;
- void AllowRecording( sal_Bool );
- sal_Bool AllowsRecording() const;
- sal_Bool IsAPI() const;
- sal_Bool IsSynchronCall() const;
- void SetSynchronCall( sal_Bool bSynchron );
+ static bool HasMacroRecorder( SfxViewFrame* pFrame=NULL );
+ sal_uInt16 GetCallMode() const;
+ void AllowRecording( bool );
+ bool AllowsRecording() const;
+ bool IsAPI() const;
+ bool IsSynchronCall() const;
+ void SetSynchronCall( bool bSynchron );
- sal_Bool IsDone() const;
- void Done( sal_Bool bRemove = sal_False );
+ bool IsDone() const;
+ void Done( bool bRemove = false );
void Ignore();
void Cancel();
- sal_Bool IsCancelled() const;
+ bool IsCancelled() const;
void Done(const SfxItemSet &, bool bKeep = true );
void ForgetAllArgs();