diff options
Diffstat (limited to 'include/vcl/txtattr.hxx')
-rw-r--r-- | include/vcl/txtattr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/txtattr.hxx b/include/vcl/txtattr.hxx index db8da72f3d47..7754c061e413 100644 --- a/include/vcl/txtattr.hxx +++ b/include/vcl/txtattr.hxx @@ -62,7 +62,7 @@ public: class VCL_DLLPUBLIC TextAttribFontColor : public TextAttrib { private: - Color maColor; + Color const maColor; public: TextAttribFontColor( const Color& rColor ); @@ -78,7 +78,7 @@ public: class VCL_DLLPUBLIC TextAttribFontWeight : public TextAttrib { private: - FontWeight meWeight; + FontWeight const meWeight; public: TextAttribFontWeight( FontWeight eWeight ); |