summaryrefslogtreecommitdiff
path: root/l10ntools/inc/export.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-27 10:50:38 +0200
committerNoel Grandin <noel@peralex.com>2015-03-27 10:51:08 +0200
commit1a08ce70788fe3d8938627aa21bde1861cd94181 (patch)
tree0854d10f83309b02d9a1661131f067c183cf1fd8 /l10ntools/inc/export.hxx
parentaa7a829e7df30a5356fca2bae0bb7eb51367f08d (diff)
loplugin:staticfunction
Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5
Diffstat (limited to 'l10ntools/inc/export.hxx')
-rw-r--r--l10ntools/inc/export.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index c7ceb9b4af1a..b868c7a546ad 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -152,23 +152,23 @@ private:
OString FullId(); ///< creates cur. GID
- OString GetPairedListID(const OString & rText);
- OString GetPairedListString(const OString& rText);
- OString StripList(const OString& rText);
+ static OString GetPairedListID(const OString & rText);
+ static OString GetPairedListString(const OString& rText);
+ static OString StripList(const OString& rText);
void InsertListEntry(const OString &rLine);
- void CleanValue( OString &rValue );
- OString GetText(const OString &rSource, int nToken);
+ static void CleanValue( OString &rValue );
+ static OString GetText(const OString &rSource, int nToken);
void ResData2Output( MergeEntrys *pEntry, sal_uInt16 nType, const OString& rTextType );
void MergeRest( ResData *pResData );
- void ConvertMergeContent( OString &rText );
- void ConvertExportContent( OString &rText );
+ static void ConvertMergeContent( OString &rText );
+ static void ConvertExportContent( OString &rText );
void WriteToMerged(const OString &rText , bool bSDFContent);
void SetChildWithText();
- void CutComment( OString &rText );
+ static void CutComment( OString &rText );
void WriteUTF8ByteOrderMarkToOutput() { *aOutput.mSimple << '\xEF' << '\xBB' << '\xBF'; }