summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/macaborder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/macaborder.hxx')
-rw-r--r--connectivity/source/drivers/macab/macaborder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/macaborder.hxx b/connectivity/source/drivers/macab/macaborder.hxx
index dc603004274c..8312091dbfbc 100644
--- a/connectivity/source/drivers/macab/macaborder.hxx
+++ b/connectivity/source/drivers/macab/macaborder.hxx
@@ -51,7 +51,7 @@ namespace connectivity
class MacabComplexOrder : public MacabOrder
{
- ::std::vector<MacabOrder *> m_aOrders;
+ std::vector<MacabOrder *> m_aOrders;
public:
MacabComplexOrder();