summaryrefslogtreecommitdiff
path: root/sw/inc/tblafmt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:35:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:35:08 +0000
commitae73866e68e52ff85b49a9daa53841c24a694a23 (patch)
tree363f0c958af689b8fae66591ba95ee6fcbf40165 /sw/inc/tblafmt.hxx
parent5c318568b7d81ceb9d6ad9c70efb2758b2cdae74 (diff)
INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED
2005/09/13 12:18:27 tra 1.5.462.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:10:25 fme 1.5.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r--sw/inc/tblafmt.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx
index 0c202c996ce0..75ca9fbe9ca6 100644
--- a/sw/inc/tblafmt.hxx
+++ b/sw/inc/tblafmt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tblafmt.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:19:06 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:35:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _TBLAFMT_HXX
#define _TBLAFMT_HXX
-
/*************************************************************************
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -230,8 +229,6 @@ public:
aAdjust.SetLastBlock( rNew.GetLastBlock() );
}
void SetBox( const SvxBoxItem& rNew ) { aBox = rNew; }
- void SetTLBR( const SvxLineItem& rNew ) { aTLBR = rNew; }
- void SetBLTR( const SvxLineItem& rNew ) { aBLTR = rNew; }
void SetBackground( const SvxBrushItem& rNew ) { aBackground = rNew; }
void SetValueFormat( const String& rFmt, LanguageType eLng, LanguageType eSys )
{ sNumFmtString = rFmt; eNumFmtLanguage = eLng; eSysLanguage = eSys; }
@@ -290,7 +287,6 @@ public:
BOOL IsFrame() const { return bInclFrame; }
BOOL IsBackground() const { return bInclBackground; }
BOOL IsValueFormat() const { return bInclValueFormat; }
- BOOL IsWidthHeight() const { return bInclWidthHeight; }
void SetFont( const BOOL bNew ) { bInclFont = bNew; }
void SetJustify( const BOOL bNew ) { bInclJustify = bNew; }