diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 11:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 12:39:14 +0100 |
commit | e6e85f139b250b1d48749bd336c28a7e46019993 (patch) | |
tree | 9772b42211d4af882feecfa24089f3d692ea8c8a /connectivity | |
parent | e2d067f38b44bd76a291eda00bda4da5c11564bf (diff) |
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275
Reviewed-on: https://gerrit.libreoffice.org/46763
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/dbase/DIndex.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/java/lang/Object.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx index 32f252b1ccec..da0a1d657651 100644 --- a/connectivity/source/inc/dbase/DIndex.hxx +++ b/connectivity/source/inc/dbase/DIndex.hxx @@ -35,8 +35,6 @@ namespace connectivity class ONDXKey; typedef sdbcx::OIndex ODbaseIndex_BASE; - typedef file::OBoolOperator OBoolOperator_BASE; - typedef file::OOperand OOperand_BASE; class ODbaseIndex : public ODbaseIndex_BASE { diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx index 0c8ff2ef1047..95309cb903f7 100644 --- a/connectivity/source/inc/java/lang/Object.hxx +++ b/connectivity/source/inc/java/lang/Object.hxx @@ -40,7 +40,6 @@ namespace comphelper namespace connectivity { - typedef std::shared_ptr< jvmaccess::VirtualMachine::AttachGuard> TGuard; class SDBThreadAttach { jvmaccess::VirtualMachine::AttachGuard m_aGuard; |