diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:36:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 09:27:18 +0000 |
commit | 55cc79f33f8e4f95f7d56576949db1fb42bf913f (patch) | |
tree | 29db431774b4f9ab5b7281b9453d5dcabed35a83 /extensions/source/abpilot/datasourcehandling.hxx | |
parent | ee495c299b3d70b7a7099c51c6badf35a23f9a96 (diff) |
Fix typos
Change-Id: Ic823a46019138b8bbcacd7b52b48d7d7ead2fde2
Reviewed-on: https://gerrit.libreoffice.org/35629
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r-- | extensions/source/abpilot/datasourcehandling.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx index 928bbe00fb1c..7cde550a6e0b 100644 --- a/extensions/source/abpilot/datasourcehandling.hxx +++ b/extensions/source/abpilot/datasourcehandling.hxx @@ -160,7 +160,7 @@ namespace abp /** retrieves the tables names from the connection - <p>to be called when <method>isConnection</method> returns <TRUE/> only</p> + <p>to be called when <method>isConnected</method> returns <TRUE/> only</p> */ const StringBag& getTableNames() const; |