summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/printergfx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/printergfx.hxx')
-rw-r--r--vcl/inc/unx/printergfx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx
index dd314371578f..33aaa797f8d9 100644
--- a/vcl/inc/unx/printergfx.hxx
+++ b/vcl/inc/unx/printergfx.hxx
@@ -85,7 +85,7 @@ public:
{ return mnBlue; }
bool operator== (const PrinterColor& aColor) const
{
- return aColor.Is() && this->Is()
+ return aColor.Is() && Is()
&& mnRed == aColor.mnRed
&& mnGreen == aColor.mnGreen
&& mnBlue == aColor.mnBlue;