[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Tue May 5 12:09:10 PDT 2015


 svx/source/tbxctrls/fillctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4dacea24f8ca83e6c178e2846aeb40b3a100dcb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue May 5 20:08:34 2015 +0100

    ´Color´ : ambiguous symbol
    
    Change-Id: I5a33d518a62c35c9ac03600f02a37ac987e6e066

diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index fa8c675..d730a44 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


More information about the Libreoffice-commits mailing list