summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/fieldmappingpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/fieldmappingpage.hxx')
-rw-r--r--extensions/source/abpilot/fieldmappingpage.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/abpilot/fieldmappingpage.hxx b/extensions/source/abpilot/fieldmappingpage.hxx
index 330c8e37c4a8..3da50be83ad9 100644
--- a/extensions/source/abpilot/fieldmappingpage.hxx
+++ b/extensions/source/abpilot/fieldmappingpage.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,20 +42,20 @@ namespace abp
class FieldMappingPage : public AddressBookSourcePage
{
protected:
- FixedText m_aExplanation;
- PushButton m_aInvokeDialog;
- FixedText m_aHint;
+ FixedText m_aExplanation;
+ PushButton m_aInvokeDialog;
+ FixedText m_aHint;
public:
FieldMappingPage( OAddessBookSourcePilot* _pParent );
protected:
// OWizardPage overridables
- virtual void initializePage();
+ virtual void initializePage();
// TabDialog overridables
- virtual void ActivatePage();
- virtual void DeactivatePage();
+ virtual void ActivatePage();
+ virtual void DeactivatePage();
private:
DECL_LINK( OnInvokeDialog, void* );
@@ -64,7 +64,7 @@ namespace abp
};
//.........................................................................
-} // namespace abp
+} // namespace abp
//.........................................................................
#endif // EXTENSIONS_ABP_FIELDMAPPINGPAGE_HXX