summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/dockingareadefaultacceptor.cxx16
-rw-r--r--framework/source/helper/ocomponentaccess.cxx16
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx16
-rw-r--r--framework/source/helper/oframes.cxx16
-rw-r--r--framework/source/helper/persistentwindowstate.cxx4
-rw-r--r--framework/source/helper/statusindicator.cxx4
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx4
-rw-r--r--framework/source/helper/tagwindowasmodified.cxx4
-rw-r--r--framework/source/helper/titlebarupdate.cxx3
-rw-r--r--framework/source/helper/vclstatusindicator.cxx4
-rw-r--r--framework/source/helper/wakeupthread.cxx4
11 files changed, 0 insertions, 91 deletions
diff --git a/framework/source/helper/dockingareadefaultacceptor.cxx b/framework/source/helper/dockingareadefaultacceptor.cxx
index 9c700fcb67bc..819ced8d45bc 100644
--- a/framework/source/helper/dockingareadefaultacceptor.cxx
+++ b/framework/source/helper/dockingareadefaultacceptor.cxx
@@ -35,10 +35,6 @@
#include <vcl/svapp.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
using namespace ::com::sun::star::container ;
@@ -48,18 +44,6 @@ using namespace ::com::sun::star::uno ;
using namespace ::cppu ;
using namespace ::osl ;
-//_________________________________________________________________________________________________________________
-// non exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// non exported definitions
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************
diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx
index c08e6464a971..32cb0ac5bc98 100644
--- a/framework/source/helper/ocomponentaccess.cxx
+++ b/framework/source/helper/ocomponentaccess.cxx
@@ -26,10 +26,6 @@
#include <vcl/svapp.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
using namespace ::com::sun::star::container ;
@@ -40,18 +36,6 @@ using namespace ::cppu ;
using namespace ::osl ;
using namespace ::rtl ;
-//_________________________________________________________________________________________________________________
-// non exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// non exported definitions
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index e8cceaf64762..67c66e2a48e9 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -23,10 +23,6 @@
#include <vcl/svapp.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
using namespace ::com::sun::star::container ;
@@ -36,18 +32,6 @@ using namespace ::cppu ;
using namespace ::osl ;
using namespace ::rtl ;
-//_________________________________________________________________________________________________________________
-// non exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// non exported definitions
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index a01c22e2849c..49ae3341e544 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -35,10 +35,6 @@
#include <vcl/svapp.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
using namespace ::com::sun::star::container ;
@@ -51,18 +47,6 @@ using namespace ::std ;
using rtl::OUString;
-//_________________________________________________________________________________________________________________
-// non exported const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// non exported definitions
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx
index b64005a9b5ee..206deaa1187b 100644
--- a/framework/source/helper/persistentwindowstate.cxx
+++ b/framework/source/helper/persistentwindowstate.cxx
@@ -48,13 +48,9 @@
#include <vcl/wrkwin.hxx>
#include <rtl/string.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
namespace framework{
-//_________________________________________________________________________________________________________________
-// definitions
//*****************************************************************************************************************
// XInterface, XTypeProvider
diff --git a/framework/source/helper/statusindicator.cxx b/framework/source/helper/statusindicator.cxx
index 681035569259..970be61f5b3d 100644
--- a/framework/source/helper/statusindicator.cxx
+++ b/framework/source/helper/statusindicator.cxx
@@ -24,13 +24,9 @@
#include <threadhelp/readguard.hxx>
#include <threadhelp/writeguard.hxx>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// declarations
//***********************************************
// XInterface
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 5cedd956d3c4..c24aabf68113 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -55,13 +55,9 @@
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
-//-----------------------------------------------
-// namespace
namespace framework{
-//-----------------------------------------------
-// definitions
sal_Int32 StatusIndicatorFactory::m_nInReschedule = 0; /// static counter for rescheduling
const char PROGRESS_RESOURCE[] = "private:resource/progressbar/progressbar";
diff --git a/framework/source/helper/tagwindowasmodified.cxx b/framework/source/helper/tagwindowasmodified.cxx
index 5ad706a0ff3f..2653e2f1b089 100644
--- a/framework/source/helper/tagwindowasmodified.cxx
+++ b/framework/source/helper/tagwindowasmodified.cxx
@@ -38,13 +38,9 @@
#include <vcl/wrkwin.hxx>
#include <tools/wintypes.hxx>
-//_________________________________________________________________________________________________________________
-// namespace
namespace framework{
-//_________________________________________________________________________________________________________________
-// definitions
//*****************************************************************************************************************
// XInterface, XTypeProvider
diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx
index 6c4951a0de8c..2264a82ed545 100644
--- a/framework/source/helper/titlebarupdate.cxx
+++ b/framework/source/helper/titlebarupdate.cxx
@@ -55,14 +55,11 @@
#include <vcl/wrkwin.hxx>
#include <tools/diagnose_ex.h>
-// namespace
namespace framework{
-// const
static const ::sal_Int32 INVALID_ICON_ID = -1;
static const ::sal_Int32 DEFAULT_ICON_ID = 0;
-// definitions
//*****************************************************************************************************************
// XInterface, XTypeProvider
diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx
index d070ad500a78..412eb5137a2b 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -34,13 +34,9 @@
#include <toolkit/unohlp.hxx>
#include <vcl/svapp.hxx>
-//-----------------------------------------------
-// namespace
namespace framework {
-//-----------------------------------------------
-// definitions
//-----------------------------------------------
DEFINE_XINTERFACE_1(VCLStatusIndicator ,
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx
index 81a0e24a067e..6cf080495a09 100644
--- a/framework/source/helper/wakeupthread.cxx
+++ b/framework/source/helper/wakeupthread.cxx
@@ -24,13 +24,9 @@
#include <threadhelp/readguard.hxx>
#include <threadhelp/writeguard.hxx>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// declarations
//***********************************************
WakeUpThread::WakeUpThread(const css::uno::Reference< css::util::XUpdatable >& xListener)