From f1abe3035cc237609dc4d20f3dd9c6e2484ef7a8 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 4 Nov 2011 21:04:18 +0000 Subject: gtk: cleanup to make the vcl file-picker interface work. --- vcl/inc/vcl/svapp.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vcl/inc/vcl/svapp.hxx') diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx index 951f817b7aa3..07782dfb07aa 100644 --- a/vcl/inc/vcl/svapp.hxx +++ b/vcl/inc/vcl/svapp.hxx @@ -373,6 +373,10 @@ public: */ static void AddToRecentDocumentList(const rtl::OUString& rFileUrl, const rtl::OUString& rMimeType); + /** Do we have a native / system file selector available ? + */ + static bool hasNativeFileSelection(); + /** Create a platform specific file picker, if one is available, otherwise return an empty reference */ -- cgit v1.2.1