summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.cxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx
index e388f9124aa0..7081523beff9 100644
--- a/extensions/source/bibliography/formcontrolcontainer.cxx
+++ b/extensions/source/bibliography/formcontrolcontainer.cxx
@@ -23,19 +23,19 @@
#include <algorithm>
#include <functional>
-//.........................................................................
+
namespace bib
{
-//.........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::form;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::awt;
- //=====================================================================
+
//= FormControlContainer
- //=====================================================================
+
FormControlContainer::FormControlContainer( )
:OLoadListener( m_aMutex )
@@ -142,8 +142,8 @@ namespace bib
implSetDesignMode( sal_False );
}
-//.........................................................................
+
} // namespace bib
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */