diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2012-02-05 15:03:30 +0100 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-06 21:17:54 +0400 |
commit | e747a4e87e6abf581a5b0c381f706b581c2a0fbc (patch) | |
tree | 259c2850ddca82f35950b1644c35069c0e260a6a /l10ntools/inc | |
parent | db3aaa31c88a65e9b39bffeda43b624257ca97ce (diff) |
Reduced duplicate code (simian) / l10ntools
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index d8e3c963aa3e..ba086b56de42 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -352,7 +352,7 @@ private: sal_Bool PrepareTextToMerge(rtl::OString &rText, sal_uInt16 nTyp, rtl::OString &rLangIndex, ResData *pResData); - + void ResData2Output( PFormEntrys *pEntry, sal_uInt16 nType, const rtl::OString& rTextType ); void MergeRest( ResData *pResData, sal_uInt16 nMode = MERGE_MODE_NORMAL ); void ConvertMergeContent( rtl::OString &rText ); |