summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-28 14:55:43 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-29 11:34:33 +0000
commitdd9c97d587d2a295d44e8685d253d30542a2c85a (patch)
tree8736a3552ac8c56fc9102a6518072c68295c4a25 /chart2/source/controller/inc
parent05bd5b46ea659df95fb6f0c895c090629b541e0f (diff)
fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r--chart2/source/controller/inc/AccessibleBase.hxx2
-rw-r--r--chart2/source/controller/inc/AccessibleChartView.hxx4
-rw-r--r--chart2/source/controller/inc/ConfigurationAccess.hxx5
-rw-r--r--chart2/source/controller/inc/DrawViewWrapper.hxx6
-rw-r--r--chart2/source/controller/inc/ItemConverter.hxx4
-rw-r--r--chart2/source/controller/inc/ItemPropertyMap.hxx2
-rw-r--r--chart2/source/controller/inc/ObjectNameProvider.hxx5
-rw-r--r--chart2/source/controller/inc/PositionAndSizeHelper.hxx5
-rw-r--r--chart2/source/controller/inc/RangeEdit.hxx4
-rw-r--r--chart2/source/controller/inc/RangeSelectionButton.hxx5
-rw-r--r--chart2/source/controller/inc/RangeSelectionListener.hxx2
-rw-r--r--chart2/source/controller/inc/SeriesOptionsItemConverter.hxx1
-rw-r--r--chart2/source/controller/inc/TimerTriggeredControllerLock.hxx4
-rw-r--r--chart2/source/controller/inc/TitleDialogData.hxx5
-rw-r--r--chart2/source/controller/inc/ViewElementListProvider.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_ChartType.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_ChartType_UNO.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx5
-rw-r--r--chart2/source/controller/inc/dlg_InsertDataLabel.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_InsertErrorBars.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_InsertLegend.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_InsertTitle.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_ObjectProperties.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_ShapeFont.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_ShapeParagraph.hxx4
-rw-r--r--chart2/source/controller/inc/dlg_View3D.hxx4
-rw-r--r--chart2/source/controller/inc/res_ErrorBar.hxx4
29 files changed, 0 insertions, 115 deletions
diff --git a/chart2/source/controller/inc/AccessibleBase.hxx b/chart2/source/controller/inc/AccessibleBase.hxx
index ea2ca55ebe38..8e7885f4b211 100644
--- a/chart2/source/controller/inc/AccessibleBase.hxx
+++ b/chart2/source/controller/inc/AccessibleBase.hxx
@@ -77,7 +77,6 @@ struct AccessibleElementInfo
::accessibility::IAccessibleViewForwarder* m_pViewForwarder;
};
-
namespace impl
{
typedef ::cppu::PartialWeakComponentImplHelper6<
@@ -230,7 +229,6 @@ protected:
virtual void SAL_CALL removeEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & xListener)throw (::com::sun::star::uno::RuntimeException)
{ WeakComponentImplHelperBase::removeEventListener(xListener); }
-
// ________ WeakComponentImplHelper (XComponent::dispose) ________
virtual void SAL_CALL disposing();
diff --git a/chart2/source/controller/inc/AccessibleChartView.hxx b/chart2/source/controller/inc/AccessibleChartView.hxx
index 205f0257ec05..35ec327c0789 100644
--- a/chart2/source/controller/inc/AccessibleChartView.hxx
+++ b/chart2/source/controller/inc/AccessibleChartView.hxx
@@ -41,10 +41,8 @@ namespace accessibility
class IAccessibleViewForwarder;
}
-//.............................................................................
namespace chart
{
-//.............................................................................
class ExplicitValueProvider;
@@ -141,9 +139,7 @@ private: // members
AccessibleChartView();
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/ConfigurationAccess.hxx b/chart2/source/controller/inc/ConfigurationAccess.hxx
index 99bd7a30553e..62376ea7e8ff 100644
--- a/chart2/source/controller/inc/ConfigurationAccess.hxx
+++ b/chart2/source/controller/inc/ConfigurationAccess.hxx
@@ -23,12 +23,9 @@
// header for enum FieldUnit
#include <tools/fldunit.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/**
*/
@@ -45,9 +42,7 @@ namespace ConfigurationAccess
FieldUnit getFieldUnit();
}
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/DrawViewWrapper.hxx b/chart2/source/controller/inc/DrawViewWrapper.hxx
index 5831a2351909..9f1208a39344 100644
--- a/chart2/source/controller/inc/DrawViewWrapper.hxx
+++ b/chart2/source/controller/inc/DrawViewWrapper.hxx
@@ -25,12 +25,9 @@
class SdrModel;
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/** The DrawViewWrapper should help us to reduce effort if the underlying DrawingLayer changes.
Another task is to hide functionality we do not need, for example more than one page.
*/
@@ -71,7 +68,6 @@ public:
//void MarkObj(SdrObject* pObj, SdrPageView* pPV, sal_Bool bUnmark=sal_False, sal_Bool bImpNoSetMarkHdl=sal_False);
void MarkObject( SdrObject* pObj );
- //----------------------
//pMarkHandleProvider can be NULL; ownership is not taken
void setMarkHandleProvider( MarkHandleProvider* pMarkHandleProvider );
void CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector = 0);
@@ -100,9 +96,7 @@ private:
MapMode m_aMapModeToRestore;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/ItemConverter.hxx b/chart2/source/controller/inc/ItemConverter.hxx
index d8762bac9c5d..9231ad56ccf6 100644
--- a/chart2/source/controller/inc/ItemConverter.hxx
+++ b/chart2/source/controller/inc/ItemConverter.hxx
@@ -79,16 +79,12 @@ public:
SfxItemPool& rItemPool );
virtual ~ItemConverter();
- // typedefs -------------------------------
-
typedef sal_uInt16 tWhichIdType;
typedef OUString tPropertyNameType;
typedef sal_uInt8 tMemberIdType;
typedef ::std::pair< tPropertyNameType, tMemberIdType > tPropertyNameWithMemberId;
- // ----------------------------------------
-
/** applies all properties that can be mapped to items into the given item
set.
diff --git a/chart2/source/controller/inc/ItemPropertyMap.hxx b/chart2/source/controller/inc/ItemPropertyMap.hxx
index de35b44f0ac7..cab8ee697c5f 100644
--- a/chart2/source/controller/inc/ItemPropertyMap.hxx
+++ b/chart2/source/controller/inc/ItemPropertyMap.hxx
@@ -19,11 +19,9 @@
#ifndef CHART_ITEMPROPERTYMAP_HXX
#define CHART_ITEMPROPERTYMAP_HXX
-
#include <comphelper/InlineContainer.hxx>
#include "ItemConverter.hxx"
-
#define IPM_MAP_ENTRY(wid,uno,mid) (wid, ::std::make_pair< ::comphelper::ItemConverter::tPropertyNameType, ::comphelper::ItemConverter::tMemberIdType >(\
uno, mid))
diff --git a/chart2/source/controller/inc/ObjectNameProvider.hxx b/chart2/source/controller/inc/ObjectNameProvider.hxx
index 2ff51e53f754..c046c8f1dae6 100644
--- a/chart2/source/controller/inc/ObjectNameProvider.hxx
+++ b/chart2/source/controller/inc/ObjectNameProvider.hxx
@@ -25,12 +25,9 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/** Provides localized ui strings for the userinterface.
*/
@@ -73,9 +70,7 @@ public:
static OUString getSelectedObjectText( const OUString & rObjectCID, const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument >& xChartDocument );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/PositionAndSizeHelper.hxx b/chart2/source/controller/inc/PositionAndSizeHelper.hxx
index 07f9250259c8..aadaba6c8ec0 100644
--- a/chart2/source/controller/inc/PositionAndSizeHelper.hxx
+++ b/chart2/source/controller/inc/PositionAndSizeHelper.hxx
@@ -23,12 +23,9 @@
#include "ObjectIdentifier.hxx"
#include <com/sun/star/frame/XModel.hpp>
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/**
*/
@@ -46,9 +43,7 @@ public:
, const ::com::sun::star::awt::Rectangle& rPageRectangle );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/RangeEdit.hxx b/chart2/source/controller/inc/RangeEdit.hxx
index 9b5e86bdc17b..b3aa5c87613c 100644
--- a/chart2/source/controller/inc/RangeEdit.hxx
+++ b/chart2/source/controller/inc/RangeEdit.hxx
@@ -23,10 +23,8 @@
#include <vcl/accel.hxx>
#include <tools/link.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
class RangeEdit : public Edit
{
@@ -42,9 +40,7 @@ private:
Link m_aKeyInputLink;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/RangeSelectionButton.hxx b/chart2/source/controller/inc/RangeSelectionButton.hxx
index c0b7911c90a4..21e32bb64312 100644
--- a/chart2/source/controller/inc/RangeSelectionButton.hxx
+++ b/chart2/source/controller/inc/RangeSelectionButton.hxx
@@ -23,12 +23,9 @@
// header for Class ImageButton
#include <vcl/button.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/**
*/
@@ -39,9 +36,7 @@ public:
virtual ~RangeSelectionButton();
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/RangeSelectionListener.hxx b/chart2/source/controller/inc/RangeSelectionListener.hxx
index 79364423f35c..92ab5e02cc5d 100644
--- a/chart2/source/controller/inc/RangeSelectionListener.hxx
+++ b/chart2/source/controller/inc/RangeSelectionListener.hxx
@@ -37,8 +37,6 @@ protected:
~RangeSelectionListenerParent() {}
};
-// ----------------------------------------
-
class RangeSelectionListener : public
::cppu::WeakImplHelper1<
::com::sun::star::sheet::XRangeSelectionListener >
diff --git a/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx b/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx
index 3da42ebecc27..d10e6fea6735 100644
--- a/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx
+++ b/chart2/source/controller/inc/SeriesOptionsItemConverter.hxx
@@ -21,7 +21,6 @@
#include "ItemConverter.hxx"
-
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/chart2/XCoordinateSystem.hpp>
diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
index 15bf31ae5ee7..d356671964ad 100644
--- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
+++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
@@ -25,10 +25,8 @@
#include <memory>
-//.............................................................................
namespace chart
{
-//.............................................................................
class TimerTriggeredControllerLock
{
@@ -48,9 +46,7 @@ private:
DECL_LINK( TimerTimeout, void* );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx
index c07df8998447..ea1e3cb80960 100644
--- a/chart2/source/controller/inc/TitleDialogData.hxx
+++ b/chart2/source/controller/inc/TitleDialogData.hxx
@@ -25,12 +25,9 @@
#include <memory>
-//.............................................................................
namespace chart
{
-//.............................................................................
-//-----------------------------------------------------------------------------
/**
*/
@@ -57,9 +54,7 @@ struct TitleDialogData
, TitleDialogData* pOldState=NULL );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/ViewElementListProvider.hxx b/chart2/source/controller/inc/ViewElementListProvider.hxx
index 3086c5995b7d..bde0e85d7ae0 100644
--- a/chart2/source/controller/inc/ViewElementListProvider.hxx
+++ b/chart2/source/controller/inc/ViewElementListProvider.hxx
@@ -24,10 +24,8 @@
class FontList;
-//.............................................................................
namespace chart
{
-//.............................................................................
class DrawModelWrapper;
@@ -56,9 +54,7 @@ private:
mutable FontList* m_pFontList;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/dlg_ChartType.hxx b/chart2/source/controller/inc/dlg_ChartType.hxx
index 1729b8200324..6367071b3b4f 100644
--- a/chart2/source/controller/inc/dlg_ChartType.hxx
+++ b/chart2/source/controller/inc/dlg_ChartType.hxx
@@ -28,10 +28,8 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-//.............................................................................
namespace chart
{
-//.............................................................................
class ChartTypeTabPage;
class ChartTypeDialog : public ModalDialog
@@ -58,9 +56,7 @@ private:
::com::sun::star::uno::XComponentContext> m_xCC;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
index a7746b0e16e6..eaebd39c9483 100644
--- a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
+++ b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx
@@ -27,10 +27,8 @@
#include <vcl/vclevent.hxx>
#include <svtools/genericunodialog.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
typedef ::svt::OGenericUnoDialog ChartTypeUnoDlg_BASE;
class ChartTypeUnoDlg : public ChartTypeUnoDlg_BASE
,public ::comphelper::OPropertyArrayUsageHelper< ChartTypeUnoDlg >
@@ -71,9 +69,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xChartModel;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/dlg_CreationWizard.hxx b/chart2/source/controller/inc/dlg_CreationWizard.hxx
index fb394ff44c2d..ecc84a169cb0 100644
--- a/chart2/source/controller/inc/dlg_CreationWizard.hxx
+++ b/chart2/source/controller/inc/dlg_CreationWizard.hxx
@@ -31,10 +31,8 @@
// for auto_ptr
#include <memory>
-//.............................................................................
namespace chart
{
-//.............................................................................
class RangeChooserTabPage;
class DataSourceTabPage;
@@ -93,9 +91,7 @@ private:
// DataSourceTabPage * m_pDataSourceTabPage;
bool m_bCanTravel;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx
index 2c7328787ff0..93aead4a4be5 100644
--- a/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx
+++ b/chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx
@@ -36,10 +36,8 @@
#include <tools/link.hxx>
#include <vcl/vclevent.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
class CreationWizard;
class CreationWizardUnoDlg : public MutexContainer
@@ -115,9 +113,7 @@ private:
sal_Bool m_bUnlockControllersOnExecute;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
index 868a6579e6fb..bba11b1ca2e6 100644
--- a/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
+++ b/chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
@@ -27,10 +27,8 @@
#include <vcl/button.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
struct InsertAxisOrGridDialogData
{
@@ -62,7 +60,6 @@ public:
void getResult( InsertAxisOrGridDialogData& rOutput );
};
-
/*************************************************************************
|*
|* Grid dialog
@@ -75,9 +72,7 @@ public:
virtual ~SchGridDlg();
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
index 99732981248b..131154832ba1 100644
--- a/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
+++ b/chart2/source/controller/inc/dlg_InsertDataLabel.hxx
@@ -30,10 +30,8 @@
class SvNumberFormatter;
-//.............................................................................
namespace chart
{
-//.............................................................................
class DataLabelResources;
class DataLabelsDialog : public ModalDialog
@@ -55,9 +53,7 @@ public:
void FillItemSet(SfxItemSet& rOutAttrs);
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
index 9d14cac4e674..3244e488329c 100644
--- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
+++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
@@ -27,10 +27,8 @@
#include "res_ErrorBar.hxx"
-//.............................................................................
namespace chart
{
-//.............................................................................
class InsertErrorBarsDialog : public ModalDialog
{
@@ -63,9 +61,7 @@ private:
::std::auto_ptr< ErrorBarResources > m_apErrorBarResources;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_InsertLegend.hxx b/chart2/source/controller/inc/dlg_InsertLegend.hxx
index 6ab8c05e4beb..982e2d5f4608 100644
--- a/chart2/source/controller/inc/dlg_InsertLegend.hxx
+++ b/chart2/source/controller/inc/dlg_InsertLegend.hxx
@@ -28,10 +28,8 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-//.............................................................................
namespace chart
{
-//.............................................................................
class LegendPositionResources;
class SchLegendDlg : public ModalDialog
@@ -54,9 +52,7 @@ public:
::com::sun::star::frame::XModel >& xChartModel ) const;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_InsertTitle.hxx b/chart2/source/controller/inc/dlg_InsertTitle.hxx
index 7507ede35737..ed2a47dce5bb 100644
--- a/chart2/source/controller/inc/dlg_InsertTitle.hxx
+++ b/chart2/source/controller/inc/dlg_InsertTitle.hxx
@@ -25,10 +25,8 @@
//for auto_ptr
#include <memory>
-//.............................................................................
namespace chart
{
-//.............................................................................
class TitleResources;
class SchTitleDlg : public ModalDialog
{
@@ -46,9 +44,7 @@ public:
void getResult( TitleDialogData& rOutput );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_ObjectProperties.hxx b/chart2/source/controller/inc/dlg_ObjectProperties.hxx
index 8a8080e96c67..8db580fcc9e2 100644
--- a/chart2/source/controller/inc/dlg_ObjectProperties.hxx
+++ b/chart2/source/controller/inc/dlg_ObjectProperties.hxx
@@ -24,10 +24,8 @@
#include <svx/dlgctrl.hxx>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
-//.............................................................................
namespace chart
{
-//.............................................................................
class ObjectPropertiesDialogParameter
{
@@ -141,9 +139,7 @@ public:
bool DialogWasClosedWithOK() const;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/dlg_ShapeFont.hxx b/chart2/source/controller/inc/dlg_ShapeFont.hxx
index bbd1d16299b3..9faf9c2653d8 100644
--- a/chart2/source/controller/inc/dlg_ShapeFont.hxx
+++ b/chart2/source/controller/inc/dlg_ShapeFont.hxx
@@ -21,10 +21,8 @@
#include <sfx2/tabdlg.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
class ViewElementListProvider;
@@ -43,9 +41,7 @@ private:
const ViewElementListProvider* m_pViewElementListProvider;
};
-//.............................................................................
} // namespace chart
-//.............................................................................
// CHART2_DLG_SHAPEFONT_HXX
#endif
diff --git a/chart2/source/controller/inc/dlg_ShapeParagraph.hxx b/chart2/source/controller/inc/dlg_ShapeParagraph.hxx
index ca6a0ad86394..e654f195914e 100644
--- a/chart2/source/controller/inc/dlg_ShapeParagraph.hxx
+++ b/chart2/source/controller/inc/dlg_ShapeParagraph.hxx
@@ -21,10 +21,8 @@
#include <sfx2/tabdlg.hxx>
-//.............................................................................
namespace chart
{
-//.............................................................................
/** dialog for paragraph properties of shapes
*/
@@ -38,9 +36,7 @@ private:
virtual void PageCreated( sal_uInt16 nId, SfxTabPage& rPage );
};
-//.............................................................................
} // namespace chart
-//.............................................................................
// CHART2_DLG_SHAPEPARAGRAPH_HXX
#endif
diff --git a/chart2/source/controller/inc/dlg_View3D.hxx b/chart2/source/controller/inc/dlg_View3D.hxx
index dd8697d567fd..8aae2ea5d483 100644
--- a/chart2/source/controller/inc/dlg_View3D.hxx
+++ b/chart2/source/controller/inc/dlg_View3D.hxx
@@ -33,10 +33,8 @@
#include "ControllerLockGuard.hxx"
-//.............................................................................
namespace chart
{
-//.............................................................................
class ThreeD_SceneGeometry_TabPage;
class ThreeD_SceneAppearance_TabPage;
class ThreeD_SceneIllumination_TabPage;
@@ -67,9 +65,7 @@ private:
static sal_uInt16 m_nLastPageId;
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx
index f0ea1c9e4b93..6d9a838ce0c3 100644
--- a/chart2/source/controller/inc/res_ErrorBar.hxx
+++ b/chart2/source/controller/inc/res_ErrorBar.hxx
@@ -36,10 +36,8 @@
class Dialog;
-//.............................................................................
namespace chart
{
-//.............................................................................
class RangeSelectionHelper;
@@ -138,9 +136,7 @@ private:
bool isRangeFieldContentValid( Edit & rEdit );
};
-//.............................................................................
} //namespace chart
-//.............................................................................
#endif