[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source
Michael Stahl
mstahl at redhat.com
Thu Oct 2 07:59:27 PDT 2014
sd/source/ui/unoidl/UnoDocumentSettings.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit ccb32f41b9bd9cdd6d8eca72c4d173bccb8a7e73
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Oct 2 16:54:24 2014 +0200
sd: fix up e5222cf76a94c4ec20664b3e6f5a48e00ee9669f
Change-Id: Ib12f889e65f348b0313a64e8f3b7449d4708244a
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 65a646d..fcf74f0 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -911,7 +911,8 @@ throw (UnknownPropertyException, PropertyVetoException,
if ( !pDocSh->SetModifyPasswordInfo( aInfo ) )
throw beans::PropertyVetoException(
- "The hash is not allowed to be changed now!" );
+ "The hash is not allowed to be changed now!",
+ static_cast<OWeakObject *>(this));
}
break;
More information about the Libreoffice-commits
mailing list