summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/TableWindow.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx
index 082ac7085992..9ac631897b97 100644
--- a/dbaccess/source/ui/inc/TableWindow.hxx
+++ b/dbaccess/source/ui/inc/TableWindow.hxx
@@ -186,7 +186,7 @@ namespace dbaui
// do I have connections to the outside?
bool ExistsAConn() const;
- void EnumValidFields(::std::vector< OUString>& arrstrFields);
+ void EnumValidFields(std::vector< OUString>& arrstrFields);
/** clears the listbox inside. Must be called be the dtor is called.
*/