Hello, I am modifying this code into the source code AOO http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465
I want to know how I can see the value of variables or just know that you value. For example this code fragment: ConvertColorValues (aAktuellColor, CM_RGB); pEntry = new XColorEntry( aAktuellColor, aName ); aName = ?? I think this is the name of the color that is added, I'm not sure. Help me. Regards.