summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/RTableConnectionData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RTableConnectionData.hxx')
-rw-r--r--dbaccess/source/ui/inc/RTableConnectionData.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/RTableConnectionData.hxx b/dbaccess/source/ui/inc/RTableConnectionData.hxx
index 1f86862a5bb7..2e20e8bc0052 100644
--- a/dbaccess/source/ui/inc/RTableConnectionData.hxx
+++ b/dbaccess/source/ui/inc/RTableConnectionData.hxx
@@ -32,7 +32,6 @@ namespace dbaui
const sal_uInt16 CARDINAL_ONE_ONE = 0x0004;
class OConnectionLineData;
- //==================================================================
class ORelationTableConnectionData : public OTableConnectionData
{
friend bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs);
@@ -71,7 +70,6 @@ namespace dbaui
*/
virtual sal_Bool Update();
-
void SetCardinality();
inline void SetUpdateRules( sal_Int32 nAttr ){ m_nUpdateRules = nAttr; }
inline void SetDeleteRules( sal_Int32 nAttr ){ m_nDeleteRules = nAttr; }
@@ -88,6 +86,4 @@ namespace dbaui
#endif // DBAUI_RTABLECONNECTIONDATA_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */