diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-01-25 17:48:15 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-03-24 22:40:50 +0100 |
commit | 2b11dee4847dc21a0ce54224815468307a5d0eb2 (patch) | |
tree | 472d08fad9de47e70fedb0703b88cdc66eea2189 /sw/source/uibase/inc | |
parent | aeb01b75e56916bf36707ad703a16c90ad7f2419 (diff) |
MM: correctly handle directory in dialog
For convenience we present file URLs in the systems local file
notation. But the directory selection dialog expects an URL, so
we have to convert the local notation from the edit entry to a
file URL.
Change-Id: Idff6f7d4b135eef087c61560b0603b9a6669dbf7
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/mailmrge.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx index cc30e6c787a5..59b8cc4a0392 100644 --- a/sw/source/uibase/inc/mailmrge.hxx +++ b/sw/source/uibase/inc/mailmrge.hxx @@ -115,6 +115,7 @@ class SwMailMergeDlg : public SvxStandardDialog virtual void Apply() override; bool ExecQryShell(); bool AskUserFilename() const; + OUString GetURLfromPath() const; public: SwMailMergeDlg(vcl::Window* pParent, SwWrtShell& rSh, |