diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 05:43:53 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-13 05:44:02 +0200 |
commit | d885a85a48a4706934e170b7a6671e5e029089a0 (patch) | |
tree | 03d6dd088d97ce10a5bed62c565078df8d6a264c /unusedcode.easy | |
parent | edc3bfd558f3065a5444ad3f5c456da9546d16c4 (diff) |
Make l10ntools executables escape clear
Steps of escaping process:
1. Executables unescape the string for export(if necessary)
2. Po class work with unescaped string
3. Escape strings to PO format and write out
4. Read from PO and unescape strings
5. Executables make own transformation on string and merge
Use general functions for escaping (helper)
Delete unneeded escaping methods(xrmmerge, merge)
Delete some unused method from PoEntry class
Change-Id: I7f9414581aae9e6de7d1573862a32cdbd68c9545
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 6da3dee7ba32..8a9bec098a00 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -2,9 +2,6 @@ Application::PostZoomEvent(unsigned long, Window*, ZoomEvent*) EditTextObjectImpl::SetParaAttribs(unsigned long, SfxItemSet const&) FontSelectPatternAttributes::FontSelectPatternAttributes(PhysicalFontFace const&, Size const&, float, int, bool) LanguageTag::reset(_rtl_Locale const&) -PoEntry::setFuzzy(bool) -PoEntry::setMsgStr(rtl::OString const&) -PoHeader::PoHeader(std::basic_ifstream<char, std::char_traits<char> >&) ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const ScDocument::GetEditText(ScAddress const&) const ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() |