summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbfindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.hxx b/dbaccess/source/ui/dlg/dbfindex.hxx
index d1fa3a04f0cb..0f90c5b5ce14 100644
--- a/dbaccess/source/ui/dlg/dbfindex.hxx
+++ b/dbaccess/source/ui/dlg/dbfindex.hxx
@@ -46,7 +46,7 @@ public:
const OUString& GetIndexFileName() const { return aIndexFileName; }
};
-typedef ::std::list< OTableIndex > TableIndexList;
+typedef std::list< OTableIndex > TableIndexList;
// OTableInfo
class ODbaseIndexDialog;
@@ -65,7 +65,7 @@ public:
void WriteInfFile( const OUString& rDSN ) const;
};
-typedef ::std::list< OTableInfo > TableInfoList;
+typedef std::list< OTableInfo > TableInfoList;
// IndexDialog
class ODbaseIndexDialog : public ModalDialog