diff options
Diffstat (limited to 'include/sfx2/filedlghelper.hxx')
-rw-r--r-- | include/sfx2/filedlghelper.hxx | 2 |
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 ); |