summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/tableselectionpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/tableselectionpage.hxx')
-rw-r--r--extensions/source/abpilot/tableselectionpage.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/abpilot/tableselectionpage.hxx b/extensions/source/abpilot/tableselectionpage.hxx
index 9a7edca449dc..82b2d5d57c03 100644
--- a/extensions/source/abpilot/tableselectionpage.hxx
+++ b/extensions/source/abpilot/tableselectionpage.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
@@ -43,20 +43,20 @@ namespace abp
class TableSelectionPage : public AddressBookSourcePage
{
protected:
- FixedText m_aLabel;
- ListBox m_aTableList;
+ FixedText m_aLabel;
+ ListBox m_aTableList;
public:
TableSelectionPage( OAddessBookSourcePilot* _pParent );
protected:
// OWizardPage overridables
- virtual void initializePage();
- virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
+ virtual void initializePage();
+ virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
// TabDialog overridables
- virtual void ActivatePage();
- virtual void DeactivatePage();
+ virtual void ActivatePage();
+ virtual void DeactivatePage();
// OImportPage overridables
virtual bool canAdvance() const;
@@ -67,7 +67,7 @@ namespace abp
};
//.........................................................................
-} // namespace abp
+} // namespace abp
//.........................................................................
#endif // EXTENSIONS_ABP_TABLESELECTIONPAGE_HXX