summaryrefslogtreecommitdiff
path: root/svx/source/inc/docrecovery.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-15 10:56:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-15 23:20:34 +0900
commit079b16d044fffd05dc2402bbff4ab7d60635fa0f (patch)
tree4853f034dcc0f54b6ea6c8b8c8fca1207635415f /svx/source/inc/docrecovery.hxx
parent4a5b2c017509ff0ba5e4a2ae2c21621385e2952a (diff)
sal_Bool to bool
Change-Id: I74d02b86664263519b4758511d885e35a8c9a78d
Diffstat (limited to 'svx/source/inc/docrecovery.hxx')
-rw-r--r--svx/source/inc/docrecovery.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 51f312e2411a..071ff8aabf2a 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -217,7 +217,7 @@ class RecoveryCore : public ::cppu::WeakImplHelper1< css::frame::XStatusListener
on the core dispatch implementation, we must know,
which URL we have to use for deregistration!
*/
- sal_Bool m_bListenForSaving;
+ bool m_bListenForSaving;
//-------------------------------------------
// native interface
@@ -226,7 +226,7 @@ class RecoveryCore : public ::cppu::WeakImplHelper1< css::frame::XStatusListener
//---------------------------------------
/** @short TODO */
RecoveryCore(const css::uno::Reference< css::uno::XComponentContext >& rxContext,
- sal_Bool bUsedForSaving);
+ bool bUsedForSaving);
//---------------------------------------
/** @short TODO */
@@ -242,7 +242,7 @@ class RecoveryCore : public ::cppu::WeakImplHelper1< css::frame::XStatusListener
//---------------------------------------
/** @short TODO */
- static sal_Bool isBrokenTempEntry(const TURLInfo& rInfo);
+ static bool isBrokenTempEntry(const TURLInfo& rInfo);
virtual void saveBrokenTempEntries(const ::rtl::OUString& sSaveDir);
virtual void saveAllTempEntries(const ::rtl::OUString& sSaveDir);
virtual void forgetBrokenTempEntries();
@@ -698,7 +698,7 @@ class BrokenRecoveryDialog : public ModalDialog
::rtl::OUString m_sSavePath;
RecoveryCore* m_pCore;
- sal_Bool m_bBeforeRecovery;
+ bool m_bBeforeRecovery;
sal_Bool m_bExecutionNeeded;
//-------------------------------------------
@@ -709,7 +709,7 @@ class BrokenRecoveryDialog : public ModalDialog
/** @short TODO */
BrokenRecoveryDialog(Window* pParent ,
RecoveryCore* pCore ,
- sal_Bool bBeforeRecovery);
+ bool bBeforeRecovery);
//---------------------------------------
/** @short TODO */