wizards/com/sun/star/wizards/db/SQLQueryComposer.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3fe202579fa8afdf2369cb6eba3c00cd7db5b2b3
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Wed Feb 19 08:38:46 2025 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Feb 19 12:23:58 2025 +0100

    cid#1643100 DLS: Dead local store
    
    since:
    
    commit a2888a8f5a2fd5a01a709ce445fe479059c16d59
    CommitDate: Tue Feb 18 16:06:22 2025 +0100
    
        tdf#161144 Fix ambiguous sorting in Query Wizard
    
    Change-Id: I965675a0b8c36dd65c6a637471a61eb32dd1a908
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181868
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/wizards/com/sun/star/wizards/db/SQLQueryComposer.java 
b/wizards/com/sun/star/wizards/db/SQLQueryComposer.java
index a7ea7f01ef2b..0f95beed8d93 100644
--- a/wizards/com/sun/star/wizards/db/SQLQueryComposer.java
+++ b/wizards/com/sun/star/wizards/db/SQLQueryComposer.java
@@ -162,7 +162,6 @@ public class SQLQueryComposer
     {
         String sSortValue = CurDBMetaData.getSortFieldNames()[_SortIndex][0];
         String currentOrder = m_queryComposer.getOrder();
-        XPropertySet xColumn = 
CurDBMetaData.getColumnObjectByFieldName(sSortValue, _baddAliasFieldNames);
 
         String sSort = "ASC";
         if(CurDBMetaData.getSortFieldNames()[_SortIndex].length > 1)

Reply via email to