summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-02 16:54:24 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-14 15:27:55 +0200
commita73c9377b3af3cb68611f91704ec849b3fc55de9 (patch)
treef1222408214670d6df59a194869b92a205b7c9fd /sd
parent747dfe5d61a5d62517d1df365ffa3c7c5503c0e7 (diff)
sd: fix up e5222cf76a94c4ec20664b3e6f5a48e00ee9669f
Change-Id: Ib12f889e65f348b0313a64e8f3b7449d4708244a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 65a646d88ef8..fcf74f096a48 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;