summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rsc/rsc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 5abce914bc08..ed4b4470b603 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -442,12 +442,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey )
for ( size_t i = 0, n = pFName->aDepLst.size(); i < n; ++i )
{
RscDepend * pDep = pFName->aDepLst[ i ];
- pTC->aFileTab.GetFile( pDep->GetFileKey() );
- }
-
- for ( size_t i = 0, n = pFName->aDepLst.size(); i < n; ++i )
- {
- RscDepend * pDep = pFName->aDepLst[ i ];
RscFile * pFNTmp = pTC->aFileTab.GetFile( pDep->GetFileKey() );
// Kein Pfad und Include Datei
if( pFNTmp && !pFNTmp->bLoaded )