summaryrefslogtreecommitdiff
path: root/accessibility/Module_accessibility.mk
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/Module_accessibility.mk')
-rw-r--r--accessibility/Module_accessibility.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/Module_accessibility.mk b/accessibility/Module_accessibility.mk
index 2e6fa019155c..f6615b8ce1c7 100644
--- a/accessibility/Module_accessibility.mk
+++ b/accessibility/Module_accessibility.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,accessibility,\
Library_acc \
))
-ifneq ($(SOLAR_JAVA),)
+ifneq ($(ENABLE_JAVA),)
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,accessibility,\
CustomTarget_bridge \
eb244f31f0386d177656e1ea4d'>Nothing that would be covered by that hereTor Lillqvist 2015-10-27WaE: unused parametersTor Lillqvist 2015-10-27Initial work on a "Vortex" transitionTor Lillqvist 2015-10-26Bin dead codeTor Lillqvist 2015-10-26Actually, the permTexture is 256*256 pixelsTor Lillqvist 2015-10-26Add confused commentTor Lillqvist 2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist 2015-10-26Use std::shared_ptr instead of boostTor Lillqvist 2015-10-26Simplify ifdefsTor Lillqvist 2015-10-23Remove obsolete version map filesStephan Bergmann 2015-10-22Use same order in this switch, too, as aboveTor Lillqvist 2015-10-22Add a bit of explanatory commentTor Lillqvist 2015-10-21No, it isn'tTor Lillqvist 2015-10-21remove untyped Link<>Noel Grandin 2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson 2015-10-15loplugin:unreffunNoel Grandin 2015-10-15tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson 2015-10-13tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson 2015-10-13cppcheck:variableScopeNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-11tdf#93243 slideshow: replace boost::bindDaniel Robertson 2015-10-11Replace simple while loops with range-based forDaniel Robertson 2015-10-09slideshow: replace for_each with range-based forDaniel Robertson 2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky