summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-18 08:08:34 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-18 07:24:54 +0000
commit59a3d972d2909650506409eeb6d4a71fa263dc29 (patch)
treeae9df300cde76c9c7ff85b2ff127e7e327cebe08 /connectivity/source/inc/ado
parent243f8abf829323877733612c311019ec63956d82 (diff)
replace typedef OIndex_ADO->sdbcx::OIndex
Change-Id: Ib6ac581689f640811051623b17978bc5caa8c246 Reviewed-on: https://gerrit.libreoffice.org/23351 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'connectivity/source/inc/ado')
-rw-r--r--connectivity/source/inc/ado/AIndex.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/AIndex.hxx b/connectivity/source/inc/ado/AIndex.hxx
index e7c859a5b0e8..9794d6062f8b 100644
--- a/connectivity/source/inc/ado/AIndex.hxx
+++ b/connectivity/source/inc/ado/AIndex.hxx
@@ -28,10 +28,8 @@ namespace connectivity
{
namespace ado
{
- typedef sdbcx::OIndex OIndex_ADO;
-
class OConnection;
- class OAdoIndex : public OIndex_ADO
+ class OAdoIndex : public sdbcx::OIndex
{
WpADOIndex m_aIndex;
OConnection* m_pConnection;