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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 21 16:00:22 UTC 2020


 dbaccess/source/ui/tabledesign/TableDesignControl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f03beb4d547c7d32f99f7c937c1d4b05adfecb75
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 21 10:36:32 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Dec 21 16:59:45 2020 +0100

    wrong menu used here
    
    since...
    
    commit 9714e7460c3ff67f2683483bf3634b2f31cda361
    Date:   Tue Apr 18 10:34:10 2017 +0100
    
        convert table design row menu to .ui
    
    Change-Id: I772da4b8f97f0e416e72af35e59dfbb8d127a32c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108093
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
index 9b3b21e577b1..2c0241b132df 100644
--- a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
@@ -109,7 +109,7 @@ void OTableRowView::Command(const CommandEvent& rEvt)
 
             if ( nColId == HANDLE_ID )
             {
-                VclBuilder aBuilder(nullptr, AllSettings::GetUIRootDir(), "dbaccess/ui/querycolmenu.ui", "");
+                VclBuilder aBuilder(nullptr, AllSettings::GetUIRootDir(), "dbaccess/ui/tabledesignrowmenu.ui", "");
                 VclPtr<PopupMenu> aContextMenu(aBuilder.get_menu("menu"));
                 sal_Int32 nSelectRowCount = GetSelectRowCount();
                 aContextMenu->EnableItem(aContextMenu->GetItemId("cut"), nSelectRowCount != 0);


More information about the Libreoffice-commits mailing list