diff options
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index fda615a62b17..09bd02196528 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -460,7 +460,7 @@ public: static void StoreEmbeddedDataSource(const css::uno::Reference<css::frame::XStorable>& xStorable, const css::uno::Reference<css::embed::XStorage>& xStorage, const OUString& rStreamRelPath, - const OUString& rOwnURL); + const OUString& rOwnURL, bool bCopyTo = false); SwDoc* getDoc() const; /// Stop reacting to removed database registrations. |