From e981d8f787764bafc64105159960f7a41440cd3d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Feb 2021 15:54:30 +0200 Subject: createResulSet -> createResultSet Change-Id: If0ca3c8dfaade4764832fe7ccf506a4451795d7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111068 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/source/inc/odbc/OPreparedStatement.hxx | 2 +- connectivity/source/inc/odbc/OStatement.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source/inc') 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 -- cgit