From 901b6f587d566cc7d0a8177914f83f03cd82250b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 25 Jan 2012 20:34:11 +0000 Subject: ByteString->rtl::OString --- l10ntools/inc/xmlparse.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'l10ntools/inc/xmlparse.hxx') diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index c333d1e3a62e..2491edab761d 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -211,7 +211,7 @@ public: XMLFile( const XMLFile& obj ) ; ~XMLFile(); - ByteString* GetGroupID(std::deque &groupid); + ByteString* GetGroupID(std::deque &groupid); void Print( XMLNode *pCur = NULL, sal_uInt16 nLevel = 0 ); virtual void SearchL10NElements( XMLParentNode *pCur, int pos = 0 ); void Extract( XMLFile *pCur = NULL ); @@ -230,7 +230,7 @@ public: const String &GetName() { return sFileName; } void SetName( const String &rFilename ) { sFileName = rFilename; } void SetFullName( const String &rFullFilename ) { sFullName = rFullFilename; } - const std::vector getOrder(){ return order; } + const std::vector getOrder(){ return order; } protected: // writes a string as UTF8 with dos line ends to a given stream @@ -250,7 +250,7 @@ protected: TagMap nodes_localize; XMLHashMap* XMLStrings; - std::vector order; + std::vector order; }; /// An Utility class for XML -- cgit