summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-19 10:23:50 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-19 10:23:50 +0100
commit2892b4a7f8d53c0329d52551ff6bb50b38311320 (patch)
tree941d1ce3faca1943fa9bcd912b1678739941a5ed /dbaccess
parent1999b46d0941e5590e17a43498f625ab0b89c29c (diff)
autorecovery: 'using' directive needed to compile on unxsols4 without warning
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index c119095c28bb..ad50cb4a7ab0 100644
--- a/dbaccess/source/ui/inc/querycontroller.hxx
+++ b/dbaccess/source/ui/inc/querycontroller.hxx
@@ -253,6 +253,9 @@ namespace dbaui
private:
DECL_LINK( OnExecuteAddTable, void* );
+
+ private:
+ using OQueryController_PBase::getFastPropertyValue;
};
}
#endif // DBAUI_QUERYCONTROLLER_HXX