diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 10:49:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 12:03:58 +0100 |
commit | 0bdfebdc95c7a5d13247d5285552d1ba438b796c (patch) | |
tree | b9a9c024a3b464e15a1ae0e28265c15901cccc7a /dbaccess | |
parent | 8fbff2997ae9424ce3b0d67bf55186b6e858e35b (diff) |
Remove unused typedefs
Change-Id: I5af478155963343fa9fe5fa2a39d0209829b2409
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/inc/column.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/core/inc/column.hxx b/dbaccess/source/core/inc/column.hxx index 74b3fcd8d1ed..5ccb22479b7b 100644 --- a/dbaccess/source/core/inc/column.hxx +++ b/dbaccess/source/core/inc/column.hxx @@ -42,7 +42,6 @@ #include <comphelper/broadcasthelper.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> -#include <comphelper/stl_types.hxx> #include <connectivity/CommonTools.hxx> #include <connectivity/FValue.hxx> #include <connectivity/TColumnsHelper.hxx> @@ -53,8 +52,6 @@ #include <cppuhelper/propshlp.hxx> #include <osl/diagnose.h> -#include <boost/unordered_map.hpp> - namespace dbaccess { @@ -144,12 +141,6 @@ namespace dbaccess ~IColumnFactory() {} }; - // OColumns - // general columns map, could be used for readonly access - // no appending and dropping is supported - typedef ::boost::unordered_map<OUString, OColumn*, ::comphelper::UStringMixHash, ::comphelper::UStringMixEqual> OColumnMap; - typedef ::std::vector<OColumn*> OColumnArray; - class OContainerMediator; typedef ::cppu::ImplHelper1< ::com::sun::star::container::XChild > TXChild; typedef connectivity::OColumnsHelper OColumns_BASE; |