summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibview.cxx')
-rw-r--r--extensions/source/bibliography/bibview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx
index 82cf14141c66..9ecf8807b84d 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -42,10 +42,10 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
-//.........................................................................
+
namespace bib
{
-//.........................................................................
+
BibView::BibView( Window* _pParent, BibDataManager* _pManager, WinBits _nStyle )
@@ -199,8 +199,8 @@ namespace bib
return m_pGeneralPage? m_pGeneralPage->HandleShortCutKey( rKeyEvent ) : sal_False;
}
-//.........................................................................
+
} // namespace bib
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */