From 3fd28200f1c1a46970789f21ee6fce3f6f3ac1ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 27 Nov 2011 08:21:00 +0000 Subject: ByteString->rtl::OString[Buffer] --- rsc/inc/rscdb.hxx | 2 +- rsc/inc/rscdef.hxx | 2 +- rsc/inc/rscrsc.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'rsc/inc') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index fd4988f6f2e9..ffe61c3c7df0 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -265,7 +265,7 @@ class RscTypCont RscTop * pStyleFamily ); RscTop * InitClassSfxSlotInfo( RscTop * pSuper ); - void InsWinBit( RscTop * pClass, const ByteString & rName, + void InsWinBit( RscTop * pClass, const rtl::OString& rName, Atom nVal ); void WriteInc( FILE * fOutput, sal_uLong lKey ); diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx index 6d335d5544b0..4e2ff5b9f40a 100644 --- a/rsc/inc/rscdef.hxx +++ b/rsc/inc/rscdef.hxx @@ -257,7 +257,7 @@ public: // Alle Defines die in dieser Datei Definiert sind loeschen void DeleteFileContext( sal_uLong lKey ); - sal_uLong NewCodeFile( const ByteString & rName ); + sal_uLong NewCodeFile( const rtl::OString& rName ); sal_uLong NewIncFile( const ByteString & rName, const ByteString & rPath ); RscFile * GetFile( sal_uLong lFileKey ){ return Get( lFileKey ); } }; diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx index aa7ee437643a..1f79a3e8206a 100644 --- a/rsc/inc/rscrsc.hxx +++ b/rsc/inc/rscrsc.hxx @@ -51,7 +51,7 @@ class RscCmdLine public: RscStrList aInputList; // Liste der Quelldateien - ByteString aPath; // Liste der Pfade + rtl::OString aPath; // Liste der Pfade RSCBYTEORDER_TYPE nByteOrder; unsigned short nCommands; // Steuerbits ByteString aOutputLst; // Name der List-Ausgabedatei -- cgit