summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes')
-rw-r--r--framework/source/fwe/classes/addonmenu.cxx3
-rw-r--r--framework/source/fwe/classes/addonsoptions.cxx8
-rw-r--r--framework/source/fwe/classes/bmkmenu.cxx4
-rw-r--r--framework/source/fwe/classes/framelistanalyzer.cxx19
4 files changed, 0 insertions, 34 deletions
diff --git a/framework/source/fwe/classes/addonmenu.cxx b/framework/source/fwe/classes/addonmenu.cxx
index 250fc1620ab3..b73be4869302 100644
--- a/framework/source/fwe/classes/addonmenu.cxx
+++ b/framework/source/fwe/classes/addonmenu.cxx
@@ -42,9 +42,6 @@
#include <vcl/svapp.hxx>
#include <svtools/menuoptions.hxx>
#include <svl/solar.hrc>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx
index aadf95e3752f..c1789c81a313 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -57,10 +57,6 @@ using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::beans ;
using namespace ::com::sun::star::lang ;
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
#define ROOTNODE_ADDONMENU ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Addons" ))
#define PATHDELIMITER ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/" ))
#define SEPARATOR_URL_STR "private:separator"
@@ -371,10 +367,6 @@ class AddonsOptions_Impl : public ConfigItem
ToolbarMergingInstructions m_aCachedToolbarMergingInstructions;
};
-//_________________________________________________________________________________________________________________
-// definitions
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************
diff --git a/framework/source/fwe/classes/bmkmenu.cxx b/framework/source/fwe/classes/bmkmenu.cxx
index 61c179049a58..c0ff1a5b60b2 100644
--- a/framework/source/fwe/classes/bmkmenu.cxx
+++ b/framework/source/fwe/classes/bmkmenu.cxx
@@ -47,10 +47,6 @@
#include <svtools/menuoptions.hxx>
#include <rtl/logfile.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
using namespace ::comphelper;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
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.