diff options
Diffstat (limited to 'dbaccess/source/ui/inc/ColumnControlWindow.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/ColumnControlWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/ColumnControlWindow.hxx b/dbaccess/source/ui/inc/ColumnControlWindow.hxx index 7c7f63a12e4e..1b6d4a5fd8a8 100644 --- a/dbaccess/source/ui/inc/ColumnControlWindow.hxx +++ b/dbaccess/source/ui/inc/ColumnControlWindow.hxx @@ -35,7 +35,7 @@ namespace dbaui mutable css::uno::Reference< css::util::XNumberFormatter > m_xFormatter; // a number formatter working with the connection's NumberFormatsSupplier OTypeInfoMap m_aDestTypeInfo; - ::std::vector<OTypeInfoMap::iterator> m_aDestTypeInfoIndex; + std::vector<OTypeInfoMap::iterator> m_aDestTypeInfoIndex; mutable TOTypeInfoSP m_pTypeInfo; // default type OUString m_sTypeNames; // these type names are the ones out of the resource file |