diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:15:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 10:05:02 -0600 |
commit | 1a8ba677082ad0888893f478ed723feea9280b43 (patch) | |
tree | 525cf6bf190e8a086adaed7b5e1421e3a6a0b1df /l10ntools/source/merge.cxx | |
parent | 412c47ded694df2f955b4c590f096238eb549d3d (diff) |
Remove visual noise from l10ntools
Change-Id: Ia10056ae9e1b9adfe74f299afac5c3c84fa8cea7
Reviewed-on: https://gerrit.libreoffice.org/8278
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r-- | l10ntools/source/merge.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 455ef456e95f..452a86a18652 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -59,9 +59,9 @@ namespace } } -// + // class ResData -// + ResData::ResData( const OString &rGId ) : @@ -92,9 +92,9 @@ ResData::ResData( const OString &rGId, const OString &rFilename) sGId = sGId.replaceAll("\r", OString()); } -// + // class MergeEntrys -// + bool MergeEntrys::GetText( OString &rReturn, sal_uInt16 nTyp, const OString &nLangIndex, bool bDel ) @@ -135,9 +135,9 @@ OString MergeEntrys::GetQTZText(const ResData& rResData, const OString& rOrigTex return sKey + "||" + rOrigText; } -// + // class MergeDataHashMap -// + std::pair<MergeDataHashMap::iterator,bool> MergeDataHashMap::insert(const OString& rKey, MergeData* pMergeData) { @@ -189,9 +189,9 @@ MergeDataHashMap::iterator MergeDataHashMap::find(const OString& rKey) return aLastFound; } -// + // class MergeData -// + MergeData::MergeData( const OString &rTyp, const OString &rGID, @@ -220,9 +220,9 @@ bool MergeData::operator==( ResData *pData ) && pData->sResTyp.equalsIgnoreAsciiCase(sTyp); } -// + // class MergeDataFile -// + MergeDataFile::MergeDataFile( const OString &rFileName, const OString &rFile, |