wizards/com/sun/star/wizards/query/QuerySummary.java |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bd0697d487eeadf3eb542c0202aa6a7e3387348b
Author: Damjan Jovanovic <dam...@apache.org>
Date:   Sun Nov 8 14:38:09 2015 +0000

    Use the UIConsts constants for resource IDs in...
    
    main/wizards/com/sun/star/wizards/query/QuerySummary.java
    
    (cherry picked from commit 77ff55a4a1f25c1dc21d083cee43b4506bf91410)
    
    Change-Id: I538aa5761506d430bdbe70de03301f971f363e52

diff --git a/wizards/com/sun/star/wizards/query/QuerySummary.java 
b/wizards/com/sun/star/wizards/query/QuerySummary.java
index ea68195..dd5a8ed 100644
--- a/wizards/com/sun/star/wizards/query/QuerySummary.java
+++ b/wizards/com/sun/star/wizards/query/QuerySummary.java
@@ -26,10 +26,11 @@ import com.sun.star.wizards.db.FieldColumn;
 import com.sun.star.wizards.db.QueryMetaData;
 import com.sun.star.wizards.ui.FilterComponent;
 
+import static com.sun.star.wizards.ui.UIConsts.RID_QUERY;
+
 public class QuerySummary extends QueryMetaData
 {
 
-    static final private int RID_QUERY = 2300;
     private String sSummary;
     private Resource oResource;
     private final String sSeparator;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to