summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/framelistanalyzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes/framelistanalyzer.cxx')
-rw-r--r--framework/source/fwe/classes/framelistanalyzer.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx
index 616ca9040bf6..b3cc463ce49a 100644
--- a/framework/source/fwe/classes/framelistanalyzer.cxx
+++ b/framework/source/fwe/classes/framelistanalyzer.cxx
@@ -173,7 +173,6 @@ void FrameListAnalyzer::impl_analyze()
SAL_INFO("fwk", "FrameListAnalyzer::impl_analyze(): ZOMBIE!");
}
-
// a) Is it the special help task?
// Return it separated from any return list.
if (
@@ -185,7 +184,6 @@ void FrameListAnalyzer::impl_analyze()
continue;
}
-
// b) Or is includes this task the special backing component?
// Return it separated from any return list.
// But check if the reference task itself is the backing frame.
@@ -208,7 +206,6 @@ void FrameListAnalyzer::impl_analyze()
}
}
-
// c) Or is it the a task, which uses the specified model?
// Add it to the list of "model frames".
if ((m_eDetectMode & E_MODEL) == E_MODEL)
@@ -225,7 +222,6 @@ void FrameListAnalyzer::impl_analyze()
}
}
-
// d) Or is it the a task, which use another or no model at all?
// Add it to the list of "other frames". But look for it's
// visible state ... if it's allowed to do so.