diff options
Diffstat (limited to 'extensions/source/abpilot/tableselectionpage.cxx')
-rw-r--r-- | extensions/source/abpilot/tableselectionpage.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/abpilot/tableselectionpage.cxx b/extensions/source/abpilot/tableselectionpage.cxx index 1dcf8b8f19ab..655b90182a8b 100644 --- a/extensions/source/abpilot/tableselectionpage.cxx +++ b/extensions/source/abpilot/tableselectionpage.cxx @@ -23,14 +23,14 @@ #include "abspilot.hxx" #include <tools/debug.hxx> -//......................................................................... + namespace abp { -//......................................................................... - //===================================================================== + + //= TableSelectionPage - //===================================================================== + TableSelectionPage::TableSelectionPage( OAddessBookSourcePilot* _pParent ) :AddressBookSourcePage(_pParent, ModuleRes(RID_PAGE_TABLESELECTION_AB)) @@ -117,8 +117,8 @@ namespace abp && ( 0 < m_aTableList.GetSelectEntryCount() ); } -//......................................................................... + } // namespace abp -//......................................................................... + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |