From 15246c959ae5ab4e124859a4d8981676f9eb657f Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:36:00 +0100 Subject: Remove visual noise from extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3 Reviewed-on: https://gerrit.libreoffice.org/8259 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- extensions/source/abpilot/tableselectionpage.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/source/abpilot/tableselectionpage.cxx') 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 -//......................................................................... + 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: */ -- cgit