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

New commits:
commit c84d974067a6a6aa17b6e5e3b289158c1e3cb74a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:04:00 2019 +0000
Commit:     Jens Carl <j.car...@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.car...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to