summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abpfinalpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/abpfinalpage.cxx')
-rw-r--r--extensions/source/abpilot/abpfinalpage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx
index 0006168c34b8..4e9d69c36604 100644
--- a/extensions/source/abpilot/abpfinalpage.cxx
+++ b/extensions/source/abpilot/abpfinalpage.cxx
@@ -28,10 +28,10 @@
#include <vcl/msgbox.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
-//.........................................................................
+
namespace abp
{
-//.........................................................................
+
using namespace ::svt;
using namespace ::utl;
@@ -41,9 +41,9 @@ namespace abp
OSL_ENSURE(pFilter,"Filter: StarOffice XML (Base) could not be found!");
return pFilter;
}
- //=====================================================================
+
//= FinalPage
- //=====================================================================
+
FinalPage::FinalPage( OAddessBookSourcePilot* _pParent )
:AddressBookSourcePage(_pParent, ModuleRes(RID_PAGE_FINAL))
@@ -207,8 +207,8 @@ namespace abp
implCheckName();
return 0L;
}
-//.........................................................................
+
} // namespace abp
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */