[Libreoffice-commits] core.git: include/dbaccess
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 5 21:05:36 UTC 2019
include/dbaccess/genericcontroller.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a2f4076316ab9b6ded98da304ea980e49219e5ca
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:07 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 5 23:04:25 2019 +0200
Fix typo
Change-Id: Iac082acf6940cef62463d505697243b27387334b
Reviewed-on: https://gerrit.libreoffice.org/75112
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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)
More information about the Libreoffice-commits
mailing list