diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 18:45:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 22:45:36 +0200 |
commit | 2b7ee1db281e776c188bd11eeefa5c16c914761e (patch) | |
tree | f5c8539420559ed3dee5dcfff8fb70689b8b4fdc /chart2 | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartModelClone.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/main/UndoActions.cxx | 3 | ||||
-rw-r--r-- | chart2/source/model/main/UndoManager.cxx | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/main/ChartModelClone.cxx b/chart2/source/controller/main/ChartModelClone.cxx index ed9717e6f79c..d9bda071e8fe 100644 --- a/chart2/source/controller/main/ChartModelClone.cxx +++ b/chart2/source/controller/main/ChartModelClone.cxx @@ -41,7 +41,6 @@ namespace chart { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -64,7 +63,6 @@ namespace chart using ::com::sun::star::util::XModifiable; using ::com::sun::star::chart2::data::XDataSource; using ::com::sun::star::chart2::data::XLabeledDataSequence; - /** === end UNO using === **/ // ================================================================================================================= // = helper diff --git a/chart2/source/controller/main/UndoActions.cxx b/chart2/source/controller/main/UndoActions.cxx index 79e2e2047cf5..7aca7704be7e 100644 --- a/chart2/source/controller/main/UndoActions.cxx +++ b/chart2/source/controller/main/UndoActions.cxx @@ -43,8 +43,6 @@ namespace chart { namespace impl { - - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -63,7 +61,6 @@ namespace impl using ::com::sun::star::view::XSelectionSupplier; using ::com::sun::star::chart2::XChartDocument; using ::com::sun::star::document::UndoFailedException; - /** === end UNO using === **/ // --------------------------------------------------------------------------------------------------------------------- UndoElement::UndoElement( const OUString& i_actionString, const Reference< XModel >& i_documentModel, const ::boost::shared_ptr< ChartModelClone >& i_modelClone ) diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx index bc61c6eebec1..82aae3668aea 100644 --- a/chart2/source/model/main/UndoManager.cxx +++ b/chart2/source/model/main/UndoManager.cxx @@ -32,7 +32,6 @@ namespace chart { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -57,7 +56,6 @@ namespace chart using ::com::sun::star::lang::NoSupportException; using ::com::sun::star::util::XModifyListener; using ::com::sun::star::frame::XModel; - /** === end UNO using === **/ namespace impl { |