diff options
Diffstat (limited to 'rsc/inc/rscrsc.hxx')
-rw-r--r-- | rsc/inc/rscrsc.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx index 6a06d04343eb..92ffe0d530fc 100644 --- a/rsc/inc/rscrsc.hxx +++ b/rsc/inc/rscrsc.hxx @@ -26,7 +26,6 @@ #include <list> class RscTypCont; -class DirEntry; /****************** T Y P E S ********************************************/ @@ -83,8 +82,8 @@ private: FILE* pSysListFile ); void PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, const WriteRcContext& rContext, - const DirEntry& rSrsInPath, - const DirEntry& rSrsOutPath ); + const OUString& rSrsInPath, + const OUString& rSrsOutPath ); public: RscTypCont* pTC; // String und Id-Verwalter |