diff options
author | Noel Grandin <noel@peralex.com> | 2021-02-17 15:54:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-18 08:17:31 +0100 |
commit | e981d8f787764bafc64105159960f7a41440cd3d (patch) | |
tree | 8ae05a2f1ae364b5e3df24b155c15afafd3c42cc /connectivity/source/inc | |
parent | 9cc2b07ff5e610258aad2ec2b72e6b1ea15fd5e2 (diff) |
createResulSet -> createResultSet
Change-Id: If0ca3c8dfaade4764832fe7ccf506a4451795d7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111068
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/odbc/OPreparedStatement.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/odbc/OStatement.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/odbc/OPreparedStatement.hxx b/connectivity/source/inc/odbc/OPreparedStatement.hxx index 288ce319acb9..1197c1be8544 100644 --- a/connectivity/source/inc/odbc/OPreparedStatement.hxx +++ b/connectivity/source/inc/odbc/OPreparedStatement.hxx @@ -82,7 +82,7 @@ namespace connectivity::odbc /** creates the driver specific resultset (factory) */ - virtual OResultSet* createResulSet() override; + virtual OResultSet* createResultSet() override; virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const css::uno::Any& rValue) override; diff --git a/connectivity/source/inc/odbc/OStatement.hxx b/connectivity/source/inc/odbc/OStatement.hxx index 1b7b3a569434..e0d1bde55587 100644 --- a/connectivity/source/inc/odbc/OStatement.hxx +++ b/connectivity/source/inc/odbc/OStatement.hxx @@ -127,7 +127,7 @@ namespace connectivity::odbc /** creates the driver specific resultset (factory) */ - virtual OResultSet* createResulSet(); + virtual OResultSet* createResultSet(); /// @throws css::sdbc::SQLException /// @throws css::uno::RuntimeException |