diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-04 21:04:18 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-07 14:19:34 +0000 |
commit | f1abe3035cc237609dc4d20f3dd9c6e2484ef7a8 (patch) | |
tree | d30103ffb6561bc5071ca625634de718a400d000 /vcl/inc/unx/gtk/gtkinst.hxx | |
parent | 17084c750df84e0da377d716a4088f72bd25f972 (diff) |
gtk: cleanup to make the vcl file-picker interface work.
Diffstat (limited to 'vcl/inc/unx/gtk/gtkinst.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index 55a187908566..8b937a33e577 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -109,6 +109,8 @@ public: virtual GenPspGraphics *CreatePrintGraphics(); + virtual bool hasNativeFileSelection() const { return true; } + virtual com::sun::star::uno::Reference< com::sun::star::ui::dialogs::XFilePicker2 > createFilePicker( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& ); |