Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

seems that I have to adjust the search path for header files:

{LibreOffice3-root}/solver/350/unxlngi6.pro/inc/tools/stream.hxx:37:34: fatal error: sal/inc/rtl/string.hxx: Datei oder Verzeichnis nicht gefunden (file or directory not found)

But I need a hint which Makefile I have to modify.

Probably the best thing to do is to add a variant that take a OString,
e.g. Easiest thing for now is likely to just have a body of

SvStream::ReadLine( rtl::OString&  rStr )
{
        ByteString aFoo;
        ret = ReadLine(aFoo);
        rStr = aFoo;
        return ret;
}

and get back to converting it fully over once all uses of it are gone.
Didn't expect that I could just assign a ByteString to an OString and therefore didn't try it... :-)

Thank you,
Christina

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.