summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abspilot.hxx')
-rw-r--r--extensions/source/abpilot/abspilot.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx
index 0bcce1d6a11a..7429f10d91cc 100644
--- a/extensions/source/abpilot/abspilot.hxx
+++ b/extensions/source/abpilot/abspilot.hxx
@@ -117,7 +117,9 @@ namespace abp
inline sal_Bool needManualFieldMapping( AddressSourceType _eType ) const
{
- return ( AST_OTHER == _eType ) || ( AST_KAB == _eType );
+ return ( AST_OTHER == _eType ) || ( AST_KAB == _eType ) ||
+ ( AST_EVOLUTION == _eType ) || ( AST_EVOLUTION_GROUPWISE == _eType ) ||
+ ( AST_EVOLUTION_LDAP == _eType );
}
/// checks if we need a manual (user-guided) field mapping
inline sal_Bool needManualFieldMapping() const
@@ -128,8 +130,7 @@ namespace abp
/// determines whether the given address book type does provide one table only
inline bool needTableSelection( AddressSourceType _eType ) const
{
- return ( AST_LDAP != _eType ) && ( AST_KAB != _eType ) && ( AST_EVOLUTION != _eType )
- && ( AST_EVOLUTION_GROUPWISE != _eType ) && ( AST_EVOLUTION_LDAP != _eType );
+ return ( AST_LDAP != _eType ) && ( AST_KAB != _eType );
}
inline bool needTableSelection() const