summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/PropertySet.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:39 +0200
commit619c9b494a76b0fb8b0cf6c9b7622f17cf1d5b6c (patch)
tree989c60a46e4a64659f9bea5b4135ba282b5e9bcc /sd/source/ui/tools/PropertySet.cxx
parentloplugin:casttovoid: sdext (diff)
downloadcore-619c9b494a76b0fb8b0cf6c9b7622f17cf1d5b6c.tar.gz
core-619c9b494a76b0fb8b0cf6c9b7622f17cf1d5b6c.zip
loplugin:casttovoid: sd
Change-Id: I5b83c826da2613e537025f2c849a80468c7d8504
Diffstat (limited to 'sd/source/ui/tools/PropertySet.cxx')
-rw-r--r--sd/source/ui/tools/PropertySet.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx
index 934636a2153d..33b2d7485804 100644
--- a/sd/source/ui/tools/PropertySet.cxx
+++ b/sd/source/ui/tools/PropertySet.cxx
@@ -118,23 +118,19 @@ void SAL_CALL PropertySet::removePropertyChangeListener (
}
void SAL_CALL PropertySet::addVetoableChangeListener (
- const OUString& rsPropertyName,
- const css::uno::Reference<css::beans::XVetoableChangeListener>& rxListener)
+ const OUString&,
+ const css::uno::Reference<css::beans::XVetoableChangeListener>&)
{
// Constraint properties are not supported and thus no vetoable
// listeners.
- (void)rsPropertyName;
- (void)rxListener;
}
void SAL_CALL PropertySet::removeVetoableChangeListener (
- const OUString& rsPropertyName,
- const css::uno::Reference<css::beans::XVetoableChangeListener>& rxListener)
+ const OUString&,
+ const css::uno::Reference<css::beans::XVetoableChangeListener>&)
{
// Constraint properties are not supported and thus no vetoable
// listeners.
- (void)rsPropertyName;
- (void)rxListener;
}
void PropertySet::CallListeners (