summaryrefslogtreecommitdiffstats
path: root/include/sfx2/filedlghelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-14 07:50:04 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:34 +0200
commite7ea15aef2ac619c153de57cb2bd97ab8dbadf68 (patch)
tree2575b322f5b1e78773dfab87222ce0f8358d959f /include/sfx2/filedlghelper.hxx
parentsfx2: sal_Bool->bool (diff)
downloadcore-e7ea15aef2ac619c153de57cb2bd97ab8dbadf68.tar.gz
core-e7ea15aef2ac619c153de57cb2bd97ab8dbadf68.zip
sfx2: sal_Bool->bool
Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54
Diffstat (limited to 'include/sfx2/filedlghelper.hxx')
-rw-r--r--include/sfx2/filedlghelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index a68a791fc664..000f502a664a 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -135,7 +135,7 @@ public:
void StartExecuteModal( const Link& rEndDialogHdl );
inline ErrCode GetError() const { return m_nError; }
sal_Int16 GetDialogType() const;
- sal_Bool IsPasswordEnabled() const;
+ bool IsPasswordEnabled() const;
OUString GetRealFilter() const;
void SetTitle( const OUString& rNewTitle );