diff options
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 7c2b3bd656a7..9d400ff3046d 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -205,7 +205,7 @@ namespace svx if (bIsTransparent) { - pVirDev->SetFillColor(Color(255, 0, 0, 0)); + pVirDev->SetFillColor(); } else { |