On 17.04.2013 01:46, jorge ivan poot diaz wrote:
Hello,
I am modifying this code in AOO:
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465
I'm trying to concatenate with stringstream but I have errors when I'am
building:
1- I already included:
#include <sstream>
2- I have added the following code:
http://imagebin.org/254288
I don't see a definition of aName, but from the error message assume
that it is String.
3- This is the error:
http://imagebin.org/254289
That is because the String class has no << operator defined. Try to use
aName.getStr() instead of just aName.
-Andre
Help me, regards!!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org