From d885a85a48a4706934e170b7a6671e5e029089a0 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sat, 13 Apr 2013 05:43:53 +0200 Subject: 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 --- unusedcode.easy | 3 --- 1 file changed, 3 deletions(-) (limited to 'unusedcode.easy') 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 >&) ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const ScDocument::GetEditText(ScAddress const&) const ScVbaFormat::getAddIndent() -- cgit