sd/source/ui/unoidl/UnoDocumentSettings.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit ccb32f41b9bd9cdd6d8eca72c4d173bccb8a7e73 Author: Michael Stahl <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
