Bug 62477 - Remove ConstAsciiString class
Summary: Remove ConstAsciiString class
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Libreoffice (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Miklos Vajna
QA Contact:
URL:
Whiteboard: EasyHack DifficultyBeginner SkillCpp
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 15:37 UTC by Thomas Arnhold
Modified: 2013-04-26 12:15 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Thomas Arnhold 2013-03-18 15:37:07 UTC
Remove the users of the ConstAsciiString class, like
b4f8ab8881785db8e328fbfa84933eadb6bc5dd5 did. And finally git rid of
this class itself as the comment says:

// TODO The whole ConstAsciiString class should probably be dumped
// and replaced with plain 'const char[]'.

in comphelper/inc/comphelper/string.hxx, added by Lubos.

To find them all:

git grep 'ConstAsciiString'
Comment 1 Miklos Vajna 2013-04-26 12:15:06 UTC
This is no longer an issue in master, as of 182f77a46d755b90fb7c79a4e80666beff47cf0c.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.