summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-01 10:50:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-01 16:58:41 +0200
commitef8341f05ec79fcdac3b05b45659f5c98ff05edf (patch)
treef37a99a896c93ae3aa34a99a1db3a40332801c72 /include/sfx2
parenta00ad98e421ca7110c58c66fb7bd04cc2306bb59 (diff)
bump FileDialogHelper to XFilePicker3
Change-Id: I726676aaa8944bc3b6418abe305ad03f8ec96c59 Reviewed-on: https://gerrit.libreoffice.org/41783 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/filedlghelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 44e673a3778f..052285cbd614 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -46,7 +46,7 @@ namespace com
{
namespace dialogs
{
- class XFilePicker2;
+ class XFilePicker3;
class XFilePickerListener;
struct FilePickerEvent;
struct DialogClosedEvent;
@@ -189,7 +189,7 @@ public:
with the following differences:
<ul><li>The FileDialogHelper remembers the given file name, and upon execution,
strips its extension if the dialog is set up for "automatic file name extension".</li>
- <li>Exceptions thrown from the <code>XFilePicker2</code> are caught and silenced.</li>
+ <li>Exceptions thrown from the <code>XFilePicker3</code> are caught and silenced.</li>
</ul>
*/
void SetFileName( const OUString& _rFileName );
@@ -198,7 +198,7 @@ public:
OUString GetDisplayDirectory() const;
ErrCode GetGraphic( Graphic& rGraphic ) const;
- const css::uno::Reference < css::ui::dialogs::XFilePicker2 >& GetFilePicker() const;
+ const css::uno::Reference < css::ui::dialogs::XFilePicker3 >& GetFilePicker() const;
// XFilePickerListener methods
void SAL_CALL FileSelectionChanged();