diff options
Diffstat (limited to 'l10ntools/inc/gConvTree.hxx')
-rw-r--r-- | l10ntools/inc/gConvTree.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/l10ntools/inc/gConvTree.hxx b/l10ntools/inc/gConvTree.hxx index f795aa9cca02..98b219eb5226 100644 --- a/l10ntools/inc/gConvTree.hxx +++ b/l10ntools/inc/gConvTree.hxx @@ -45,14 +45,14 @@ class convert_tree : public convert_gen void setString (char *yytext); void setState (char *yytext, STATE_TAG eNewStateTag, STATE_VAL eNewStateVAL); void setValue (char *yytext); - std::string& copySourceSpecial (char *yytext, int iType); - void writeSourceFile (std::string& sText, int inx); + string& copySourceSpecial (char *yytext, int iType); + void writeSourceFile (string& sText, int inx); private: - std::string msLine; - std::string msId; - std::string msAppl; - std::ofstream *mcOutputFiles; + string msLine; + string msId; + string msAppl; + ofstream *mcOutputFiles; STATE_TAG meStateTag; STATE_VAL meStateVal; int miCntLanguages; |