diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 22:02:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-15 22:02:09 +0200 |
commit | 08367272b95a944cad6bf0bc6915544f2a6ee243 (patch) | |
tree | 16dae3ed9030845530ab7db289275718f0b60104 /connectivity/source/drivers/macab/MacabResultSet.cxx | |
parent | b719a57d5ff2a88dba6234a7064aca6ad5a44089 (diff) |
loplugin:redundantcast
Change-Id: I2d963eb8395b8eca776032d32d72f5ec85891c70
Diffstat (limited to 'connectivity/source/drivers/macab/MacabResultSet.cxx')
-rw-r--r-- | connectivity/source/drivers/macab/MacabResultSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabResultSet.cxx b/connectivity/source/drivers/macab/MacabResultSet.cxx index eaaa60e7fee5..e0e09aea6a9d 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.cxx +++ b/connectivity/source/drivers/macab/MacabResultSet.cxx @@ -1007,7 +1007,7 @@ IPropertyArrayHelper* MacabResultSet::createArrayHelper() const IPropertyArrayHelper & MacabResultSet::getInfoHelper() { - return *static_cast<MacabResultSet*>(this)->getArrayHelper(); + return *getArrayHelper(); } sal_Bool MacabResultSet::convertFastPropertyValue( |