diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-05-03 12:51:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-05-03 12:51:04 +0000 |
commit | fe5cb996ef2a5620cc7318999b40de0e800e19fd (patch) | |
tree | a8b5613405eae3da3a5bf4126758d7b7a6fc0e72 /starmath/inc/utility.hxx | |
parent | 3f23509791ab5269b1f3da8f2643c20d4580a8d6 (diff) |
INTEGRATION: CWS tl11 (1.5.8); FILE MERGED
2005/04/26 14:08:36 tl 1.5.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r-- | starmath/inc/utility.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index f736b4411e3e..c7690e4c3989 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -2,9 +2,9 @@ * * $RCSfile: utility.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-04-04 08:03:57 $ + * last change: $Author: obo $ $Date: 2005-05-03 13:51:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -179,6 +179,8 @@ public: // SmFace // +BOOL IsItalic( const Font &rFont ); +BOOL IsBold( const Font &rFont ); class SmFace : public Font { |