summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-09-10 08:29:21 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-09-10 09:50:56 +0200
commitaf78873e2000e604c9de78280cbcfbfcf4c7e99b (patch)
tree761a404b91a86d19cea4d18ce52c57b2e1bfe172 /connectivity
parent1c75df810439c71e975b166a66087c3d5a9ecdf3 (diff)
A copy-paste message text error
Change-Id: I3d6f7a968fc5fca112087212ab7730f654534dfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121876 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/Clob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Clob.cxx b/connectivity/source/drivers/firebird/Clob.cxx
index 47e3e9dc9b3b..5825a5f2c871 100644
--- a/connectivity/source/drivers/firebird/Clob.cxx
+++ b/connectivity/source/drivers/firebird/Clob.cxx
@@ -140,7 +140,7 @@ sal_Int64 SAL_CALL Clob::position(const OUString& /*rPattern*/,
sal_Int64 SAL_CALL Clob::positionOfClob(const Reference <XClob >& /*rPattern*/,
sal_Int64 /*aStart*/)
{
- ::dbtools::throwFeatureNotImplementedSQLException("Blob::positionOfBlob", *this);
+ ::dbtools::throwFeatureNotImplementedSQLException("Clob::positionOfClob", *this);
return 0;
}