From a8c3c673eaec987e9fe47123f60e5f9d34a4e93f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 27 Mar 2013 11:35:40 +0200 Subject: Use instead of -DLIBO_FEATURE_* Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f --- framework/source/services/autorecovery.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index ff3c844520d3..00c3e0792757 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "services/autorecovery.hxx" #include @@ -2020,7 +2021,7 @@ void AutoRecovery::implts_changeAllDocVisibility(sal_Bool bVisible) */ void lc_removeLockFile(AutoRecovery::TDocumentInfo& rInfo) { -#ifndef LIBO_FEATURE_DESKTOP +#if !HAVE_FEATURE_MULTIUSER_ENVIRONMENT (void) rInfo; #else if ( rInfo.Document.is() ) -- cgit