Author: damjan
Date: Sun Nov  8 14:38:09 2015
New Revision: 1713230

URL: http://svn.apache.org/viewvc?rev=1713230&view=rev
Log:
Use the UIConsts constants for resource IDs in 
main/wizards/com/sun/star/wizards/query/QuerySummary.java


Modified:
    openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java

Modified: 
openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java?rev=1713230&r1=1713229&r2=1713230&view=diff
==============================================================================
--- openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java 
(original)
+++ openoffice/trunk/main/wizards/com/sun/star/wizards/query/QuerySummary.java 
Sun Nov  8 14:38:09 2015
@@ -31,11 +31,11 @@ import com.sun.star.wizards.db.FieldColu
 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
 {
 
-    final protected int RID_QUERY = 2300;
-    final protected int RID_REPORT = 2400;
     String sSummary;
     Resource oResource;
     // XMultiServiceFactory xMSF;


Reply via email to