Type: required
         Title: replaced sHTML_xxx/sRTF_xxx objects with defines
     Posted by: stephan.bergm...@sun.com
      Affected: -
         TaskId: i100396
<http://www.openoffice.org/issues/show_bug.cgi?id=100396>
Effective from: DEV300 CWS sb107
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb107>
    CWS status: new


*Summary*
--------
svtools/inc/htmlkywd.hxx:
svtools/source/svrtf/rtfkeywd.hxx:
sw/inc/SwAppletImpl.hxx:
sw/source/filter/html/htmlfld.hxx:

- ... SVTOOLS_CONSTASCII_DECL(..., "...")
+ #define OOO_STRING_... "..."

*Description*
-------------
For performance reasons, many external const char arrays sHTML_xxx and
sRTF_xxx that represent string literals have been changed to
OOO_STRING_SVTOOLS_HTML_xxx, OOO_STRING_SW_HTML_xxx, and
OOO_STRING_SVTOOLS_RTF_xxx #defines.  Note that different uses of a
OOO_STRING_xxx define do not necessarily resolve to the same address,
as different uses of a sHTML/RTF_xxx symbol did.


Send feedback to interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to