diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-11-08 14:38:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 09:42:41 +0000 |
commit | bd0697d487eeadf3eb542c0202aa6a7e3387348b (patch) | |
tree | 69131843c365ab2e29451e50c8617460ba0f23ce /wizards | |
parent | 46b8d81ae82da848e70b0735b101b1f1cc4e6beb (diff) |
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
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/query/QuerySummary.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/query/QuerySummary.java b/wizards/com/sun/star/wizards/query/QuerySummary.java index ea68195c6587..dd5a8edc2bd6 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; |