summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/sbamultiplex.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-02 13:37:01 +0200
committerNoel Grandin <noel@peralex.com>2014-10-03 15:20:04 +0200
commita28e7f7aa995f8c2c9e4eda332c30853338c7ae9 (patch)
tree06c5b8defd421e567dcbb1fde5eb91aae1438125 /dbaccess/source/ui/browser/sbamultiplex.cxx
parentloplugin: cstylecast (diff)
downloadcore-a28e7f7aa995f8c2c9e4eda332c30853338c7ae9.tar.gz
core-a28e7f7aa995f8c2c9e4eda332c30853338c7ae9.zip
loplugin: cstylecast
Change-Id: Ie478d1fcfd3b64d7a2128887c216b5e0b4501ab9
Diffstat (limited to 'dbaccess/source/ui/browser/sbamultiplex.cxx')
-rw-r--r--dbaccess/source/ui/browser/sbamultiplex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/sbamultiplex.cxx b/dbaccess/source/ui/browser/sbamultiplex.cxx
index 743b12b0380d..815f6745aff8 100644
--- a/dbaccess/source/ui/browser/sbamultiplex.cxx
+++ b/dbaccess/source/ui/browser/sbamultiplex.cxx
@@ -91,7 +91,7 @@ void SbaXPropertiesChangeMultiplexer::propertiesChange(const ::com::sun::star::u
::cppu::OInterfaceIteratorHelper aIt(*this);
while (aIt.hasMoreElements())
- ((::com::sun::star::beans::XPropertiesChangeListener*)aIt.next())->propertiesChange(aMulti);
+ static_cast< ::com::sun::star::beans::XPropertiesChangeListener*>(aIt.next())->propertiesChange(aMulti);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */