From 4355137901e18e24de2ab123fd0454147f1f3890 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 20 Nov 2018 09:12:36 +0100 Subject: tdf#121537 Display SuggestedSaveAsName in title if set Change-Id: I762eb7766a5cbe788c0a360c8a6f37b9b1106412 Reviewed-on: https://gerrit.libreoffice.org/63639 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- include/unotools/mediadescriptor.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx index 24e8d4678ec0..b568bd770f3a 100644 --- a/include/unotools/mediadescriptor.hxx +++ b/include/unotools/mediadescriptor.hxx @@ -99,6 +99,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap static const OUString& PROP_MODEL(); static const OUString& PROP_VIEWONLY(); static const OUString& PROP_DOCUMENTBASEURL(); + static const OUString& PROP_SUGGESTEDSAVEASNAME(); // interface public: -- cgit