summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbfindex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.cxx')
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.cxx b/dbaccess/source/ui/dlg/dbfindex.cxx
index 18dce51c1dbd..79f10f3ca6fa 100644
--- a/dbaccess/source/ui/dlg/dbfindex.cxx
+++ b/dbaccess/source/ui/dlg/dbfindex.cxx
@@ -300,7 +300,7 @@ void ODbaseIndexDialog::Init()
OUString aIndexExt("ndx");
OUString aTableExt("dbf");
- ::std::vector< OUString > aUsedIndexes;
+ std::vector< OUString > aUsedIndexes;
const OUString *pBegin = aFolderContent.getConstArray();
const OUString *pEnd = pBegin + aFolderContent.getLength();
@@ -353,7 +353,7 @@ void ODbaseIndexDialog::Init()
}
}
- for ( ::std::vector< OUString >::const_iterator aUsedIndex = aUsedIndexes.begin();
+ for ( std::vector< OUString >::const_iterator aUsedIndex = aUsedIndexes.begin();
aUsedIndex != aUsedIndexes.end();
++aUsedIndex
)