summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
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/app
parentec0146214165c53a9b82d62b8c1408aaaaf465ca (diff)
loplugin:casttovoid: sd
Change-Id: I5b83c826da2613e537025f2c849a80468c7d8504
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r--sd/source/ui/app/optsitem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx
index f23f1fbc6059..95145459fb67 100644
--- a/sd/source/ui/app/optsitem.cxx
+++ b/sd/source/ui/app/optsitem.cxx
@@ -42,7 +42,6 @@ template< class T > T getSafeValue( const Any& rAny )
bool bOk = (rAny >>= value);
DBG_ASSERT( bOk, "SdOptionsItem, wrong type from configuration!" );
- (void)bOk;
return value;
}