summaryrefslogtreecommitdiff
path: root/framework/inc/services
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services')
-rw-r--r--framework/inc/services/contenthandlerfactory.hxx12
-rw-r--r--framework/inc/services/desktop.hxx12
-rw-r--r--framework/inc/services/dispatchhelper.hxx9
-rw-r--r--framework/inc/services/frame.hxx12
-rw-r--r--framework/inc/services/logindialog.hxx12
-rw-r--r--framework/inc/services/mediatypedetectionhelper.hxx4
-rw-r--r--framework/inc/services/sessionlistener.hxx9
-rw-r--r--framework/inc/services/tabwindowservice.hxx12
-rw-r--r--framework/inc/services/urltransformer.hxx12
9 files changed, 0 insertions, 94 deletions
diff --git a/framework/inc/services/contenthandlerfactory.hxx b/framework/inc/services/contenthandlerfactory.hxx
index 63c70dded704..4b81f7aa7c7b 100644
--- a/framework/inc/services/contenthandlerfactory.hxx
+++ b/framework/inc/services/contenthandlerfactory.hxx
@@ -45,20 +45,8 @@
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/weak.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short factory to create handler-objects
@descr These class can be used to create new handler for specified contents.
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 653debe596f2..f9bc193f6edd 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -73,20 +73,8 @@
#include <comphelper/numberedcollection.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
enum ELoadState
{
E_NOTSET ,
diff --git a/framework/inc/services/dispatchhelper.hxx b/framework/inc/services/dispatchhelper.hxx
index 64d429c3f95b..7887ecea436e 100644
--- a/framework/inc/services/dispatchhelper.hxx
+++ b/framework/inc/services/dispatchhelper.hxx
@@ -36,17 +36,8 @@
#include <cppuhelper/implbase3.hxx>
#include <osl/conditn.hxx>
-//_______________________________________________
-// namespace
-
namespace framework{
-//_______________________________________________
-// exported const
-
-//_______________________________________________
-// exported definitions
-
/**
@short implements an easy way for dispatches
@descr Dispatches are splitted into different parts:
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index a4a8136b6eca..3ebc9ae90761 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -77,16 +77,8 @@
#include <cppuhelper/weak.hxx>
#include <rtl/string.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
// This enum can be used to set differnt active states of frames
enum EActiveState
{
@@ -97,10 +89,6 @@ enum EActiveState
class WindowCommandDispatch;
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short implements a normal frame of hierarchy
@descr An instance of these class can be a normal node in frame tree. A frame support influencing of his
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index 341e68ef3398..29f543ea1d5b 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -59,10 +59,6 @@
#include <vcl/button.hxx>
#include <vcl/morebtn.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
#define ANY ::com::sun::star::uno::Any
@@ -86,10 +82,6 @@ namespace framework{
#define XFLUSHABLE ::com::sun::star::util::XFlushable
#define XFLUSHLISTENER ::com::sun::star::util::XFlushListener
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
#ifdef WNT
#define ININAME DECLARE_ASCII("login.ini")
#elif defined UNIX
@@ -121,10 +113,6 @@ namespace framework{
#define SECTION_DEFAULTPORTS "DefaultPorts"
#define SECTION_SERVERHISTORY "ServerHistory"
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
struct tIMPL_DialogData
{
::rtl::OUString sUserName ;
diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx
index 5e0d2ef11bd1..c9e513db2e9c 100644
--- a/framework/inc/services/mediatypedetectionhelper.hxx
+++ b/framework/inc/services/mediatypedetectionhelper.hxx
@@ -36,10 +36,6 @@
namespace framework{
-//_________________________________________________________________________________________________________________
-// definitions
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short -
@descr -
diff --git a/framework/inc/services/sessionlistener.hxx b/framework/inc/services/sessionlistener.hxx
index c6e5b40f9adb..f635949b139e 100644
--- a/framework/inc/services/sessionlistener.hxx
+++ b/framework/inc/services/sessionlistener.hxx
@@ -53,17 +53,8 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.h>
-//_______________________________________________
-// namespace
-
namespace framework{
-//_______________________________________________
-// exported const
-
-//_______________________________________________
-// exported definitions
-
/// @HTML
/** @short implements flat/deep detection of file/stream formats and provides
further read/write access to the global office type configuration.
diff --git a/framework/inc/services/tabwindowservice.hxx b/framework/inc/services/tabwindowservice.hxx
index bd652ac01722..a17709e0d22e 100644
--- a/framework/inc/services/tabwindowservice.hxx
+++ b/framework/inc/services/tabwindowservice.hxx
@@ -52,20 +52,8 @@
#include <cppuhelper/weak.hxx>
#include <vcl/window.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
struct TTabPageInfo
{
public:
diff --git a/framework/inc/services/urltransformer.hxx b/framework/inc/services/urltransformer.hxx
index 562ef35442c7..884b96aef630 100644
--- a/framework/inc/services/urltransformer.hxx
+++ b/framework/inc/services/urltransformer.hxx
@@ -33,20 +33,8 @@
#include <cppuhelper/implbase2.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
-//_________________________________________________________________________________________________________________
-// exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// exported definitions
-//_________________________________________________________________________________________________________________
-
/*-************************************************************************************************************//**
@short