diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:19:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:19:42 +0000 |
commit | 74c74f81a86fdf9d78810838b1a66f5866a98a95 (patch) | |
tree | d3adbecdd55a61de855f7091accf4103b15d8a4f /sw/inc/ddefld.hxx | |
parent | 73f29046dffb3475856e9eb884f32ce55bb8f805 (diff) |
INTEGRATION: CWS writercorehandoff (1.6.444); FILE MERGED
2005/09/13 11:20:10 tra 1.6.444.2: RESYNC: (1.6-1.7); FILE MERGED
2005/06/07 14:09:45 fme 1.6.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r-- | sw/inc/ddefld.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index a54390e64dbe..70e833a3967c 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ddefld.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:39:48 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:19:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,6 @@ public: BOOL IsDeleted() const { return bDeleted; } void SetDeleted( BOOL b ) { bDeleted = b; } - BOOL IsConnected() const { return 0 != refLink->GetObj(); } void UpdateNow() { refLink->Update(); } void Disconnect() { refLink->Disconnect(); } @@ -106,7 +105,6 @@ public: void DecRefCnt() { if( !--nRefCnt && pDoc ) _RefCntChgd(); } void SetCRLFDelFlag( BOOL bFlag = TRUE ) { bCRLFFlag = bFlag; } - BOOL IsCRLFDelFlag() const { return bCRLFFlag; } }; /*-------------------------------------------------------------------- |