summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeFilePicker.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-22 12:40:46 +0200
committerNoel Grandin <noel@peralex.com>2014-04-23 11:10:08 +0200
commit7651fbe98dac41496120c82d1341362dbe45a82a (patch)
tree773f77ab53c364379a5a400f73878d3dda6a756f /fpicker/source/office/OfficeFilePicker.hxx
parent32efd885e5a36f3146f6f7d7b6cd6f2f5531e920 (diff)
fpicker: sal_Bool->bool
Change-Id: I73fd5d0ad28185f53df66408e1e981a3d73482b4
Diffstat (limited to 'fpicker/source/office/OfficeFilePicker.hxx')
-rw-r--r--fpicker/source/office/OfficeFilePicker.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx
index bc4950c3a9eb..e539fa2f339c 100644
--- a/fpicker/source/office/OfficeFilePicker.hxx
+++ b/fpicker/source/office/OfficeFilePicker.hxx
@@ -65,16 +65,16 @@ private:
FilterList* m_pFilterList;
ElementList* m_pElemList;
- sal_Bool m_bMultiSelection;
+ bool m_bMultiSelection;
sal_Int16 m_nServiceType;
- OUString m_aDefaultName;
- OUString m_aCurrentFilter;
+ OUString m_aDefaultName;
+ OUString m_aCurrentFilter;
// #97148# --------------
- OUString m_aOldDisplayDirectory;
- OUString m_aOldHideDirectory;
+ OUString m_aOldDisplayDirectory;
+ OUString m_aOldHideDirectory;
- OUString m_aStandardDir;
+ OUString m_aStandardDir;
OUStringList m_aBlackList;
::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePickerListener >
@@ -207,7 +207,7 @@ protected:
virtual SvtFileDialog* implCreateDialog( Window* _pParent ) SAL_OVERRIDE;
virtual sal_Int16 implExecutePicker( ) SAL_OVERRIDE;
- virtual sal_Bool implHandleInitializationArgument(
+ virtual bool implHandleInitializationArgument(
const OUString& _rName,
const ::com::sun::star::uno::Any& _rValue
)
@@ -217,8 +217,8 @@ private:
WinBits getWinBits( WinBits& rExtraBits );
virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) SAL_OVERRIDE;
- sal_Bool FilterNameExists( const OUString& rTitle );
- sal_Bool FilterNameExists( const UnoFilterList& _rGroupedFilters );
+ bool FilterNameExists( const OUString& rTitle );
+ bool FilterNameExists( const UnoFilterList& _rGroupedFilters );
void ensureFilterList( const OUString& _rInitialCurrentFilter );