summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibbeam.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibbeam.cxx')
-rw-r--r--extensions/source/bibliography/bibbeam.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx
index f0203607c219..cc3d26ac84e9 100644
--- a/extensions/source/bibliography/bibbeam.cxx
+++ b/extensions/source/bibliography/bibbeam.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43,15 +44,14 @@
#include "toolbar.hrc"
#include "bibresid.hxx"
#include "datman.hxx"
-#ifndef BIBTOOLS_HXX
#include "bibtools.hxx"
-#endif
-using namespace rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::uno;
+using ::rtl::OUString;
+
#define C2U(cChar) OUString::createFromAscii(cChar)
#define PROPERTY_FRAME 1
@@ -179,7 +179,6 @@ namespace bib
m_xGridWin->setVisible( sal_True );
m_xControl->setDesignMode( sal_True );
// initially switch on the desing mode - switch it off _after_ loading the form
- // 17.10.2001 - 93107 - frank.schoenheit@sun.com
::Size aSize = GetOutputSizePixel();
m_xGridWin->setPosSize(0, 0, aSize.Width(),aSize.Height(), awt::PosSize::POSSIZE);
@@ -319,3 +318,5 @@ namespace bib
//.........................................................................
} // namespace bib
//.........................................................................
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */