include/dbaccess/genericcontroller.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a2f4076316ab9b6ded98da304ea980e49219e5ca
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 30 22:26:07 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to