summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:07 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-05 23:04:25 +0200
commita2f4076316ab9b6ded98da304ea980e49219e5ca (patch)
tree6cfed2a088fcdd6b7d7f5a4654aca0cfcd1d50db /include/dbaccess
parentFix typo (diff)
downloadcore-a2f4076316ab9b6ded98da304ea980e49219e5ca.tar.gz
core-a2f4076316ab9b6ded98da304ea980e49219e5ca.zip
Fix typo
Change-Id: Iac082acf6940cef62463d505697243b27387334b Reviewed-on: https://gerrit.libreoffice.org/75112 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/genericcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index 139d6fdd6838..f9aa378b0d99 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -388,10 +388,10 @@ namespace dbaui
weld::Window* getFrameWeld() const;
void setView( const VclPtr<ODataView>& i_rView );
void clearView();
- // shows a error box if the SQLExceptionInfo is valid
+ // shows an error box if the SQLExceptionInfo is valid
void showError(const ::dbtools::SQLExceptionInfo& _rInfo);
- // if there is an css::util::URL translation for the id
+ // if there is a css::util::URL translation for the id
// ('handle') then if xListener is NULL the change will be forwarded
// to all listeners to the given css::util::URL
// if there is a toolbar slot with the given id it is updated (the new state is determined via GetState)