summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/objshimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 09:15:28 +0200
committerNoel Grandin <noel@peralex.com>2014-04-07 13:53:50 +0200
commit74fdda0cd41d97b6c97d2115584ee48fd552514e (patch)
treefa29308f180abbd7dec4c16f5603604a15fa079e /sfx2/source/inc/objshimp.hxx
parent1eee88dd6bf2c647aa3458d33a5f45c51c024186 (diff)
sfx2: sal_Bool->bool
Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r--sfx2/source/inc/objshimp.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 9af90843c915..72cbd9657767 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -63,7 +63,7 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
sal_uInt16 nVisualDocumentNumber;
sal_Int16 nDocumentSignatureState;
sal_Int16 nScriptingSignatureState;
- sal_Bool bInList:1, // if reachable by First/Next
+ bool bInList:1, // if reachable by First/Next
bClosing:1, // sal_True while Close(), to prevent recurrences Notification
bIsSaving:1,
bPasswd:1,
@@ -101,40 +101,40 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
MarkData_Impl* pMarkData;
sal_uInt16 nLoadedFlags;
sal_uInt16 nFlagsInProgress;
- sal_Bool bModalMode;
- sal_Bool bRunningMacro;
- sal_Bool bReloadAvailable;
+ bool bModalMode;
+ bool bRunningMacro;
+ bool bReloadAvailable;
sal_uInt16 nAutoLoadLocks;
SfxModule* pModule;
SfxObjectShellFlags eFlags;
- sal_Bool bReadOnlyUI;
+ bool bReadOnlyUI;
SvRefBaseRef xHeaderAttributes;
::rtl::Reference< SfxBaseModel >
pBaseModel;
sal_uInt16 nStyleFilter;
- sal_Bool bDisposing;
+ bool bDisposing;
- sal_Bool m_bEnableSetModified;
- sal_Bool m_bIsModified;
+ bool m_bEnableSetModified;
+ bool m_bIsModified;
Rectangle m_aVisArea;
MapUnit m_nMapUnit;
- sal_Bool m_bCreateTempStor;
+ bool m_bCreateTempStor;
::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xDocStorage;
- sal_Bool m_bIsInit;
+ bool m_bIsInit;
OUString m_aSharedFileURL;
::com::sun::star::uno::Reference< ::com::sun::star::logging::XSimpleLogRing > m_xLogRing;
- sal_Bool m_bIncomplEncrWarnShown;
+ bool m_bIncomplEncrWarnShown;
// TODO/LATER: m_aModifyPasswordInfo should completely replace m_nModifyPasswordHash in future
sal_uInt32 m_nModifyPasswordHash;
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aModifyPasswordInfo;
- sal_Bool m_bModifyPasswordEntered;
+ bool m_bModifyPasswordEntered;
SfxObjectShell_Impl( SfxObjectShell& _rDocShell );
virtual ~SfxObjectShell_Impl();