[Libreoffice] [PATCH 2/8] Easyhack fdo#38831 remove SvStrings

Brad Sowden code at sowden.org
Thu Dec 29 01:26:06 PST 2011


Hi,

See attached.

Note 1
------
I made the following change in one place. Is this ok or should I call 
reserve(10) to be safe?

-        SvStrings aArr( 10, 10 );
+        std::vector<String*> aArr;

Regards,
Brad




More information about the LibreOffice mailing list