diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-22 12:23:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-22 14:28:35 +0200 |
commit | 04f43cd6a0159da29a0df4bf8e27387156f321e5 (patch) | |
tree | aa323aaab3f91503006113217187f67fc523fe14 /wizards/Jar_commonwizards.mk | |
parent | 3c6da8e49a96513eda73656f3f6212f980a74b51 (diff) |
84059 - form wizard : files required could not be found
I've essentially unwound most the Java changes I made te wizards module
in the last few months. I will revisit my changes at a later date and
make them more carefully :-)
Change-Id: I9221a825dc8de6edc96d6db07072aefcd1a37107
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r-- | wizards/Jar_commonwizards.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk index 3932223eb923..a13a114162ff 100644 --- a/wizards/Jar_commonwizards.mk +++ b/wizards/Jar_commonwizards.mk @@ -105,6 +105,7 @@ $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\ wizards/com/sun/star/wizards/ui/UIConsts \ wizards/com/sun/star/wizards/ui/UnoDialog \ wizards/com/sun/star/wizards/ui/UnoDialog2 \ + wizards/com/sun/star/wizards/ui/XCommandSelectionListener \ wizards/com/sun/star/wizards/ui/XFieldSelectionListener \ wizards/com/sun/star/wizards/ui/XPathSelectionListener \ wizards/com/sun/star/wizards/ui/XCompletion \ |