From 8577f2f35eb23e5320e01c61344b0ad05e058814 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 24 Feb 2015 23:42:28 +0100 Subject: Typos Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e --- dbaccess/source/ui/inc/QueryViewSwitch.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/inc/QueryViewSwitch.hxx b/dbaccess/source/ui/inc/QueryViewSwitch.hxx index 265ad78e33a5..a945da5ebdd0 100644 --- a/dbaccess/source/ui/inc/QueryViewSwitch.hxx +++ b/dbaccess/source/ui/inc/QueryViewSwitch.hxx @@ -75,7 +75,7 @@ namespace dbaui bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo ); void GrabFocus(); - // returs the add table dialog from the design view + // returns the add table dialog from the design view OAddTableDlg* getAddTableDialog(); OQueryDesignView* getDesignView() const { return m_pDesignView; } -- cgit