summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-05 20:08:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-05 20:08:34 +0100
commitc4dacea24f8ca83e6c178e2846aeb40b3a100dcb (patch)
treebfe640defe71bc0ce30aff66728363110647575c /svx
parentd2724d4e07c9bfc58f1c9a008d538d6459c392fb (diff)
´Color´ : ambiguous symbol
Change-Id: I5a33d518a62c35c9ac03600f02a37ac987e6e066
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/fillctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index fa8c6755cbfe..d730a44c84a6 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -616,7 +616,7 @@ IMPL_LINK(SvxFillToolBoxControl, SelectFillTypeHdl, ListBox *, pToolBox)
mpLbFillAttr->Hide();
mpToolBoxColor->Show();
const OUString aTmpStr;
- const Color aColor = mpColorItem->GetColorValue();
+ const ::Color aColor = mpColorItem->GetColorValue();
const XFillColorItem aXFillColorItem( aTmpStr, aColor );
// #i122676# change FillStyle and Color in one call