summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-11-12 16:17:37 +0000
committerOliver Bolte <obo@openoffice.org>2003-11-12 16:17:37 +0000
commit7c41be367997ab05ad7400fb87c712b516a5ae57 (patch)
tree8ba25768536fac3aeb39202ff3abcc5444e22a1a /svtools/inc
parent9f084d5cf96e7b4230391894f55f0e1a1a6f6a32 (diff)
INTEGRATION: CWS texteng02 (1.3.352); FILE MERGED
2003/11/03 18:48:35 mt 1.3.352.1: #109019# GetColor
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/txtattr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/inc/txtattr.hxx b/svtools/inc/txtattr.hxx
index e213d90152e3..e24ba5bd0f14 100644
--- a/svtools/inc/txtattr.hxx
+++ b/svtools/inc/txtattr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtattr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2002-07-23 12:55:33 $
+ * last change: $Author: obo $ $Date: 2003-11-12 17:17:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,11 +121,12 @@ public:
TextAttribFontColor( const TextAttribFontColor& rAttr );
~TextAttribFontColor();
+ const Color& GetColor() const { return maColor; }
+
virtual void SetFont( Font& rFont ) const;
virtual TextAttrib* Clone() const;
virtual int operator==( const TextAttrib& rAttr ) const;
- inline Color const & getColor() const { return maColor; }
};
class TextAttribFontWeight : public TextAttrib