diff options
Diffstat (limited to 'extensions/source/propctrlr/composeduiupdate.hxx')
-rw-r--r-- | extensions/source/propctrlr/composeduiupdate.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/composeduiupdate.hxx b/extensions/source/propctrlr/composeduiupdate.hxx index c38c405a334c..805ed2cf5583 100644 --- a/extensions/source/propctrlr/composeduiupdate.hxx +++ b/extensions/source/propctrlr/composeduiupdate.hxx @@ -118,13 +118,13 @@ namespace pcr @seealso resumeAutoFire */ - void SAL_CALL suspendAutoFire(); + void suspendAutoFire(); /** Suspends automatic firing of UI changes @seealso suspendAutoFire */ - void SAL_CALL resumeAutoFire(); + void resumeAutoFire(); /** disposes the instance, so it becomes non-functional. @@ -132,7 +132,7 @@ namespace pcr the latter will also be disposed, so that if anybody still holds a reference to them and tries to operate them will get a DisposedException. */ - void SAL_CALL dispose(); + void dispose(); /** invokes m_pPropertyCheck to check whether a given property should be handled */ |