summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx8
-rw-r--r--framework/source/inc/accelerators/storageholder.hxx3
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx9
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx9
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx4
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx10
-rw-r--r--framework/source/inc/loadenv/targethelper.hxx8
-rw-r--r--framework/source/inc/pattern/configuration.hxx9
-rw-r--r--framework/source/inc/pattern/frame.hxx2
-rw-r--r--framework/source/inc/pattern/window.hxx2
11 files changed, 4 insertions, 62 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 3254e0c2c0df..93498669cdd5 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -33,13 +33,8 @@
#include <salhelper/singletonref.hxx>
#include <comphelper/locale.hxx>
-//__________________________________________
-// definition
-
namespace framework
{
-
-//__________________________________________
/**
TODO document me
@@ -57,8 +52,7 @@ namespace framework
*/
class PresetHandler : private ThreadHelpBase // attention! Must be the first base class to guarentee right initialize lock ...
{
- //-------------------------------------------
- // const
+
public:
diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx
index 63aacd3a4eee..17d04d5d7f19 100644
--- a/framework/source/inc/accelerators/storageholder.hxx
+++ b/framework/source/inc/accelerators/storageholder.hxx
@@ -38,15 +38,12 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-// namespace
namespace css = ::com::sun::star;
namespace framework
{
-//===============================================
-// definitions
//-----------------------------------------------
/**
diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx
index fe38971322ec..41e033253515 100644
--- a/framework/source/inc/dispatch/loaddispatcher.hxx
+++ b/framework/source/inc/dispatch/loaddispatcher.hxx
@@ -27,19 +27,10 @@
#include <cppuhelper/implbase2.hxx>
-//_______________________________________________
-// namespace
-
namespace framework{
namespace css = ::com::sun::star;
-//_______________________________________________
-// exported const
-
-//_______________________________________________
-// exported definitions
-
/** @short implements a dispatch object which can be used to load
non-visible components (by using the mechanism of ContentHandler)
or visible-components (by using the mechanism of FrameLoader).
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index fd2fa7e7f609..7e9b8f5be96a 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -39,19 +39,10 @@
#include <cppuhelper/implbase1.hxx>
#include <tools/link.hxx>
-//_______________________________________________
-// namespace
-
namespace framework{
namespace css = ::com::sun::star;
-//_______________________________________________
-// exported const
-
-//_______________________________________________
-// exported definitions
-
/** @short internal helper to bind e.g. MAC-Menu events to our internal dispatch API.
@descr On e.g. MAC platform system menus are merged together with some fix entries as
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx
index e080e6d91848..9ccde9e57f95 100644
--- a/framework/source/inc/loadenv/actionlockguard.hxx
+++ b/framework/source/inc/loadenv/actionlockguard.hxx
@@ -26,8 +26,6 @@
#include <com/sun/star/document/XActionLockable.hpp>
-//_______________________________________________
-// namespace
namespace framework{
@@ -35,8 +33,6 @@ namespace framework{
namespace css = ::com::sun::star;
#endif
-//_______________________________________________
-// definitions
/** @short implements a guard, which can use the interface
<type scope="com::sun::star::document">XActionLockable</type>.
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 10a57715c011..f5cf3090fc76 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -49,8 +49,6 @@
#include <comphelper/sequenceashashmap.hxx>
#include <cppuhelper/implbase2.hxx>
-//_______________________________________________
-// namespace
namespace framework {
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index b44a96fe080c..15fa125a0243 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -29,24 +29,17 @@
#ifndef __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_
#define __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_
-
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Exception.hpp>
#include <rtl/string.hxx>
-//_______________________________________________
-// namespace
-
namespace framework{
#ifndef css // conflict with define :-(
namespace css = ::com::sun::star;
#endif
-//_______________________________________________
-// definitions
-
/** @short specify an exception, which can be used inside the
load environment only.
@@ -57,8 +50,7 @@ namespace css = ::com::sun::star;
*/
class LoadEnvException
{
- //___________________________________________
- // const
+
public:
diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx
index f1abe245a12e..05ad51beeb91 100644
--- a/framework/source/inc/loadenv/targethelper.hxx
+++ b/framework/source/inc/loadenv/targethelper.hxx
@@ -23,14 +23,9 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <targets.h>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// definitions
-
/** @short can be used to detect, if a target name (used e.g. for XFrame.findFrame())
has a special meaning or can be used as normal frame name (e.g. for XFrame.setName()).
@@ -38,8 +33,7 @@ namespace framework{
*/
class TargetHelper
{
- //___________________________________________
- // const
+
public:
diff --git a/framework/source/inc/pattern/configuration.hxx b/framework/source/inc/pattern/configuration.hxx
index 110f4d2e1744..f39d5922328b 100644
--- a/framework/source/inc/pattern/configuration.hxx
+++ b/framework/source/inc/pattern/configuration.hxx
@@ -41,9 +41,6 @@
#include <rtl/ustrbuf.hxx>
-//_______________________________________________
-// namespaces
-
#ifndef css
namespace css = ::com::sun::star;
#endif
@@ -52,14 +49,10 @@ namespace framework{
namespace pattern{
namespace configuration{
-//_______________________________________________
-// definitions
-
//-----------------------------------------------
class ConfigurationHelper
{
- //-------------------------------------------
- // const
+
public:
//---------------------------------------
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 5163733fb1c1..5a51422abe72 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -39,8 +39,6 @@ namespace framework{
namespace pattern{
namespace frame{
-//_______________________________________________
-// definitions
//-----------------------------------------------
inline css::uno::Reference< css::frame::XModel > extractFrameModel(const css::uno::Reference< css::frame::XFrame >& xFrame)
diff --git a/framework/source/inc/pattern/window.hxx b/framework/source/inc/pattern/window.hxx
index b5cbd52bf585..25ef69a232b5 100644
--- a/framework/source/inc/pattern/window.hxx
+++ b/framework/source/inc/pattern/window.hxx
@@ -51,8 +51,6 @@ namespace css = ::com::sun::star;
namespace framework{
-//_______________________________________________
-// definitions
class WindowHelper
{