Bug 62477 - Remove ConstAsciiString class
Summary: Remove ConstAsciiString class
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium enhancement
Assignee: Miklos Vajna
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp
Depends on:
Blocks:
 
Reported: 2013-03-18 15:37 UTC by Thomas Arnhold
Modified: 2015-12-15 12:16 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.
Comment 2 Robinson Tryon (qubit) 2015-12-15 12:16:04 UTC
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillCpp)
[NinjaEdit]