diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-27 08:21:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-28 09:55:02 +0000 |
commit | 3fd28200f1c1a46970789f21ee6fce3f6f3ac1ec (patch) | |
tree | 18600b1b78ed5ede7f7068a98fe3fe7b6962b311 /rsc/inc | |
parent | 48221d6a2bf4c327b6cadcdc65169997f7d7408d (diff) |
ByteString->rtl::OString[Buffer]
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 2 | ||||
-rw-r--r-- | rsc/inc/rscdef.hxx | 2 | ||||
-rw-r--r-- | rsc/inc/rscrsc.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 |