summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/basesh.cxx')
-rw-r--r--sw/source/uibase/shells/basesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 2a4acb63a607..05ff06eda599 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -2306,7 +2306,7 @@ void SwBaseShell::ExecBckCol(SfxRequest& rReq)
else
{
aBrushItem.SetColor(COL_TRANSPARENT);
- rReq.AppendItem(SvxColorItem(Color(COL_TRANSPARENT),nSlot));
+ rReq.AppendItem(SvxColorItem(COL_TRANSPARENT,nSlot));
}
break;
}