summaryrefslogtreecommitdiff
path: root/include/vcl/txtattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/txtattr.hxx')
-rw-r--r--include/vcl/txtattr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/txtattr.hxx b/include/vcl/txtattr.hxx
index a77ad3c786b6..479cfbe8dccd 100644
--- a/include/vcl/txtattr.hxx
+++ b/include/vcl/txtattr.hxx
@@ -61,7 +61,7 @@ public:
class VCL_DLLPUBLIC TextAttribFontColor final : public TextAttrib
{
private:
- Color const maColor;
+ Color maColor;
public:
TextAttribFontColor( const Color& rColor );
@@ -77,7 +77,7 @@ public:
class VCL_DLLPUBLIC TextAttribFontWeight final : public TextAttrib
{
private:
- FontWeight const meWeight;
+ FontWeight meWeight;
public:
TextAttribFontWeight( FontWeight eWeight );