summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-13 05:43:53 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-13 05:44:02 +0200
commitd885a85a48a4706934e170b7a6671e5e029089a0 (patch)
tree03d6dd088d97ce10a5bed62c565078df8d6a264c /l10ntools/inc/xrmmerge.hxx
parentedc3bfd558f3065a5444ad3f5c456da9546d16c4 (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 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index ca6a820c4dc4..9e5fbae65d07 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -59,9 +59,6 @@ protected:
OString GetGID() { return sGID; }
OString GetLID() { return sLID; }
- void ConvertStringToDBFormat( OString &rString );
- void ConvertStringToXMLFormat( OString &rString );
-
public:
XRMResParser();
virtual ~XRMResParser();