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 | 55db9cd721d46ea1ac95531088a564cf64272404 (patch) | |
tree | f0819b89b529908bd59984771523c974acb1c0bc /sw/inc/swatrset.hxx | |
parent | 7041e60fe0d1635a97cdf17d5dac747d6bae48e4 (diff) |
new: EmphasisItem
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r-- | sw/inc/swatrset.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 792efce4c2d5..abfc1d4cba9c 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swatrset.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * 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 @@ -97,6 +97,7 @@ class SvxEscapementItem; class SvxCaseMapItem; class SvxNoHyphenItem; class SvxBlinkItem; +class SvxEmphasisMarkItem; // Frame-Attribute class SwFmtFillOrder; @@ -268,6 +269,7 @@ public: inline const SvxPostureItem &GetCTLPosture( BOOL = TRUE ) const; 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 inline const SwFmtFillOrder &GetFillOrder( BOOL = TRUE ) const; @@ -340,6 +342,9 @@ public: /************************************************************************* $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 17:14:28 hr + initial import + Revision 1.48 2000/09/18 16:03:29 willem.vandorp OpenOffice header added. |