[Libreoffice-commits] core.git: ucb/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 19 14:44:57 UTC 2018
ucb/source/ucp/tdoc/tdoc_storage.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e910b3de459db604b303be49b510a34ed8bb870
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 19 13:30:48 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 19 16:43:03 2018 +0200
naming order in header doesn't match order in body
Change-Id: I0e425788d24bc2fe6ba05b2bdde069b3ae139df4
Reviewed-on: https://gerrit.libreoffice.org/62003
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.hxx b/ucb/source/ucp/tdoc/tdoc_storage.hxx
index a5a742e2f1c1..d6379255427a 100644
--- a/ucb/source/ucp/tdoc/tdoc_storage.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_storage.hxx
@@ -127,8 +127,8 @@ namespace tdoc_ucp {
css::uno::Reference< css::io::XStream >
queryStream( const css::uno::Reference<
css::embed::XStorage > & xParentStorage,
- const OUString & rPassword,
const OUString & rUri,
+ const OUString & rPassword,
StorageAccessMode eMode,
bool bTruncate /* ignored for read-only streams */ );
More information about the Libreoffice-commits
mailing list