diff options
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx b/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx index 9e27cd3596cb..c4930f96f77f 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_subcomponent.hxx @@ -75,7 +75,7 @@ protected: This method needs to be implemented in derived classes. <BR> The method gets called with s_aMutex acquired. - @return an pointer to the newly created array helper. Must not be NULL. + @return a pointer to the newly created array helper. Must not be NULL. */ virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const = 0; }; |