diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-18 13:07:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-24 11:58:23 +0000 |
commit | 926744de7a9bb9375f41972f977bfa25fc837c15 (patch) | |
tree | 8ab8c99bb4eb8d23e468b9611adba915b5e8bdda /wizards/Jar_commonwizards.mk | |
parent | b7f67f24bbe9ced0dfefda674d96fa1d41cdf062 (diff) |
merge AbstractListener into CommonListener
since CommonListener is the only subclass
Change-Id: If10ccb29991d7c48e2c20fc41330572a669f1497
Reviewed-on: https://gerrit.libreoffice.org/13094
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r-- | wizards/Jar_commonwizards.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk index a13a114162ff..f0945e3d6526 100644 --- a/wizards/Jar_commonwizards.mk +++ b/wizards/Jar_commonwizards.mk @@ -75,7 +75,6 @@ $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\ wizards/com/sun/star/wizards/db/TableDescriptor \ wizards/com/sun/star/wizards/db/SQLQueryComposer \ wizards/com/sun/star/wizards/db/DatabaseObjectWizard \ - wizards/com/sun/star/wizards/ui/event/AbstractListener \ wizards/com/sun/star/wizards/ui/event/CommonListener \ wizards/com/sun/star/wizards/ui/event/DataAware \ wizards/com/sun/star/wizards/ui/event/DataAwareFields \ |