summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationDlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RelationDlg.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationDlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/RelationDlg.hxx b/dbaccess/source/ui/inc/RelationDlg.hxx
index 6d8de83f29b2..0aef7b3effc4 100644
--- a/dbaccess/source/ui/inc/RelationDlg.hxx
+++ b/dbaccess/source/ui/inc/RelationDlg.hxx
@@ -28,12 +28,10 @@
#include "RelControliFace.hxx"
#include "moduledbu.hxx"
-
namespace dbaui
{
class OJoinTableView;
class OTableListBoxControl;
- //========================================================================
class ORelationDialog : public ModalDialog
,public IRelationControlInterface
{
@@ -56,7 +54,6 @@ namespace dbaui
CancelButton aPB_CANCEL;
HelpButton aPB_HELP;
-
TTableConnectionData::value_type m_pConnData;
TTableConnectionData::value_type m_pOrigConnData;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xConnection;
@@ -101,5 +98,4 @@ namespace dbaui
}
#endif // DBAUI_RELATIONDIALOG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */