summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-07 12:08:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:33 +0100
commite967b156cdd2329a1ea106b6ea9517318f5ed81e (patch)
treed73be6f99a963626419e843e2c5178dadc8346f7 /l10ntools/inc
parentbfd20bfb3a0344cca10034674a822530ccb950f9 (diff)
merge .ui translations back to runtime files
Change-Id: Ia01ef21441220293343370df7d865c7eb889bc84
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/export.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 8e4be09799de..d11d06f0e4e1 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -421,8 +421,7 @@ class MergeDataFile;
class MergeData
{
-friend class MergeDataFile;
-private:
+public:
rtl::OString sTyp;
rtl::OString sGID;
rtl::OString sLID;
@@ -468,7 +467,8 @@ class MergeDataFile
~MergeDataFile();
- std::vector<rtl::OString> GetLanguages();
+ std::vector<rtl::OString> GetLanguages() const;
+ const MergeDataHashMap& getMap() const { return aMap; }
PFormEntrys *GetPFormEntrys( ResData *pResData );
PFormEntrys *GetPFormEntrysCaseSensitive( ResData *pResData );