[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 15 02:51:21 UTC 2019


 dbaccess/source/ui/inc/RelationTableView.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c84d974067a6a6aa17b6e5e3b289158c1e3cb74a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:00 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 15 04:50:35 2019 +0200

    Fix typo
    
    Change-Id: I5d2751276497b0da8f50be21804ab6dd624b55ba
    Reviewed-on: https://gerrit.libreoffice.org/70746
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/dbaccess/source/ui/inc/RelationTableView.hxx b/dbaccess/source/ui/inc/RelationTableView.hxx
index 54d779540c70..0bc8c86275bb 100644
--- a/dbaccess/source/ui/inc/RelationTableView.hxx
+++ b/dbaccess/source/ui/inc/RelationTableView.hxx
@@ -32,7 +32,7 @@ namespace dbaui
                                public OJoinTableView,
                                public ::comphelper::OContainerListener
     {
-        VclPtr<OTableConnection> m_pExistingConnection; ///< is set when a connection was draged on an existing connection
+        VclPtr<OTableConnection> m_pExistingConnection; ///< is set when a connection was dragged on an existing connection
         TTableConnectionData::value_type m_pCurrentlyTabConnData; ///< set when we creating a connection with more than one keycolumn
         ::rtl::Reference< comphelper::OContainerListenerAdapter> m_pContainerListener;
         bool m_bInRemove;


More information about the Libreoffice-commits mailing list