summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NStatement.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index c5cc7ef510e0..7c9711cc03a2 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -60,7 +60,7 @@ namespace connectivity
FieldSort() : nField(0), bAscending( true ) { }
FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAscending ) { }
};
- typedef ::std::vector< FieldSort > SortDescriptor;
+ typedef std::vector< FieldSort > SortDescriptor;
enum QueryFilterType
{