summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formlinkdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formlinkdialog.cxx')
-rw-r--r--extensions/source/propctrlr/formlinkdialog.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx
index 9fd09141ae72..470847a14afd 100644
--- a/extensions/source/propctrlr/formlinkdialog.cxx
+++ b/extensions/source/propctrlr/formlinkdialog.cxx
@@ -43,10 +43,10 @@
#include <com/sun/star/sdb/SQLContext.hpp>
-//............................................................................
+
namespace pcr
{
-//............................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -57,9 +57,9 @@ namespace pcr
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
- //========================================================================
+
//= FieldLinkRow
- //========================================================================
+
class FieldLinkRow : public Window
{
private:
@@ -143,9 +143,9 @@ namespace pcr
return 0L;
}
- //========================================================================
+
//= FormLinkDialog
- //========================================================================
+
FormLinkDialog::FormLinkDialog( Window* _pParent, const Reference< XPropertySet >& _rxDetailForm,
const Reference< XPropertySet >& _rxMasterForm, const Reference< XComponentContext >& _rxContext,
@@ -654,8 +654,8 @@ namespace pcr
initializeSuggest();
return 0L;
}
-//............................................................................
+
} // namespace pcr
-//............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */