diff options
author | jp <jp@openoffice.org> | 2000-10-30 11:51:04 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-10-30 11:51:04 +0000 |
commit | 60486a066c22ec654e8a15d35c7a584e324cbbbe (patch) | |
tree | 4a08f2d1b0b8e38ef706f561785afe3adc3dcbc9 /sw/inc/format.hxx | |
parent | 4acb5357cef5101fdf7c46694ef00bd7a13016a7 (diff) |
new: EmphasisItem
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 414a21dccd..9e32318dd2 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -2,9 +2,9 @@ * * $RCSfile: format.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $ + * last change: $Author: jp $ $Date: 2000-10-30 12:49:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -242,6 +242,8 @@ public: inline const SvxWeightItem &GetCTLWeight( BOOL = TRUE ) const; inline const SfxBoolItem &GetWritingDirection( BOOL = TRUE ) const; + inline const SvxEmphasisMarkItem &GetEmphasisMark( BOOL = TRUE ) const; + // Frame-Attribute - impl. steht im frmatr.hxx, // fuer LINUX, SINIX, HPUX auch in gcc_outl.cxx #if ( defined GCC && defined C272 && \ |