summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 865252a38fc3..02eca7b3e28e 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -33,6 +33,7 @@
#include "fieldmappingpage.hxx"
#include "fieldmappingimpl.hxx"
+using vcl::RoadmapWizardTypes::PathId;
namespace abp
{
@@ -215,7 +216,7 @@ namespace abp
if ( !OAddressBookSourcePilot_Base::prepareLeaveCurrentState( _eReason ) )
return false;
- if ( _eReason == eTravelBackward )
+ if ( _eReason == vcl::WizardTypes::eTravelBackward )
return true;
bool bAllow = true;