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.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx
index 3df2b0d07ad7..5aee045c1de8 100644
--- a/framework/source/fwe/classes/framelistanalyzer.cxx
+++ b/framework/source/fwe/classes/framelistanalyzer.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include "framework/framelistanalyzer.hxx"
#include <threadhelp/writeguard.hxx>
@@ -43,22 +42,8 @@
#include <vcl/svapp.hxx>
#include <tools/diagnose_ex.h>
-//_______________________________________________
-// namespace
-
namespace framework{
-//_______________________________________________
-// non exported const
-
-//_______________________________________________
-// non exported definitions
-
-//_______________________________________________
-// declarations
-
-//_______________________________________________
-
/**
*/
@@ -72,8 +57,6 @@ FrameListAnalyzer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFr
impl_analyze();
}
-//_______________________________________________
-
/**
*/
@@ -81,8 +64,6 @@ FrameListAnalyzer::~FrameListAnalyzer()
{
}
-//_______________________________________________
-
/** returns an analyzed list of all currently opened (top!) frames inside the desktop tree.
We try to get a snapshot of all opened frames, which are part of the desktop frame container.