summaryrefslogtreecommitdiff
path: root/desktop/source/app/desktopcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/desktopcontext.cxx')
-rw-r--r--desktop/source/app/desktopcontext.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/app/desktopcontext.cxx b/desktop/source/app/desktopcontext.cxx
index 63ff6e1acd85..912314bbd3ec 100644
--- a/desktop/source/app/desktopcontext.cxx
+++ b/desktop/source/app/desktopcontext.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_features.h>
+
#include "desktopcontext.hxx"
#include <vcl/svapp.hxx>
@@ -40,7 +42,7 @@ Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (Runtim
if ( Name == JAVA_INTERACTION_HANDLER_NAME )
{
-#ifdef SOLAR_JAVA
+#if HAVE_FEATURE_JAVA
retVal = makeAny( Reference< XInteractionHandler >( new svt::JavaInteractionHandler()) );
#endif
}