diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /xmloff | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 12 | ||||
-rw-r--r-- | xmloff/source/style/kernihdl.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/shadwhdl.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/shdwdhdl.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmltabi.cxx | 4 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 3495f4be52d8..bd985173f4ff 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -2453,7 +2453,7 @@ void SchXMLExportHelper_Impl::exportAxes( Reference< chart::XAxisSupplier > xAxisSupp( xDiagram, uno::UNO_QUERY ); // x axis - // ------- + Reference< ::com::sun::star::chart2::XAxis > xNewAxis = lcl_getAxis( xCooSys, XML_X ); if( xNewAxis.is() ) { @@ -2477,7 +2477,7 @@ void SchXMLExportHelper_Impl::exportAxes( } // secondary x axis - // ------- + Reference< chart::XSecondAxisTitleSupplier > xSecondTitleSupp( xDiagram, uno::UNO_QUERY ); xNewAxis = lcl_getAxis( xCooSys, XML_X, false ); if( xNewAxis.is() ) @@ -2487,7 +2487,7 @@ void SchXMLExportHelper_Impl::exportAxes( } // y axis - // ------- + xNewAxis = lcl_getAxis( xCooSys, XML_Y ); if( xNewAxis.is() ) { @@ -2496,7 +2496,7 @@ void SchXMLExportHelper_Impl::exportAxes( } // secondary y axis - // ------- + xNewAxis = lcl_getAxis( xCooSys, XML_Y, false ); if( xNewAxis.is() ) { @@ -2505,7 +2505,7 @@ void SchXMLExportHelper_Impl::exportAxes( } // z axis - // ------- + xNewAxis = lcl_getAxis( xCooSys, XML_Z ); if( xNewAxis.is() ) { @@ -3207,7 +3207,7 @@ void SchXMLExportHelper_Impl::exportDataPoints( sal_Bool bExportContent ) { // data-points - // ----------- + // write data-points only if they contain autostyles // objects with equal autostyles are grouped using the attribute // repeat="number" diff --git a/xmloff/source/style/kernihdl.cxx b/xmloff/source/style/kernihdl.cxx index 34307ae13c1c..758c05a881f0 100644 --- a/xmloff/source/style/kernihdl.cxx +++ b/xmloff/source/style/kernihdl.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/uno/Any.hxx> #include <rtl/ustrbuf.hxx> -// -- + #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/style/shadwhdl.cxx b/xmloff/source/style/shadwhdl.cxx index 348fd132d773..923013b954cf 100644 --- a/xmloff/source/style/shadwhdl.cxx +++ b/xmloff/source/style/shadwhdl.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/uno/Any.hxx> #include <rtl/ustrbuf.hxx> -// -- + #include <com/sun/star/table/ShadowFormat.hpp> #include <tools/color.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/shdwdhdl.cxx b/xmloff/source/style/shdwdhdl.cxx index 69884c83de8a..6ba55c9f98e8 100644 --- a/xmloff/source/style/shdwdhdl.cxx +++ b/xmloff/source/style/shdwdhdl.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/uno/Any.hxx> #include <rtl/ustrbuf.hxx> -// -- + #include <xmloff/xmltoken.hxx> using namespace ::com::sun::star::uno; diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx index 5141f74ba8f4..a5d49d82f35b 100644 --- a/xmloff/source/style/xmltabi.cxx +++ b/xmloff/source/style/xmltabi.cxx @@ -53,7 +53,7 @@ static SvXMLTokenMapEntry aTabsAttributesAttrTokenMap[] = XML_TOKEN_MAP_END }; -// --- + class SvxXMLTabStopContext_Impl : public SvXMLImportContext { @@ -175,7 +175,7 @@ SvXMLImportContext *SvxXMLTabStopContext_Impl::CreateChildContext( class SvxXMLTabStopArray_Impl : public std::vector<SvxXMLTabStopContext_Impl *> {}; -// --- + TYPEINIT1( SvxXMLTabStopImportContext, XMLElementPropertyContext ); diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 95f6f0ce599a..0135f28b6484 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -258,7 +258,7 @@ static int txtparae_bContainsIllegalCharacters = sal_False; // The following map shows which property values are required: // // property auto style pass export -// ------------------------------------------------------- + // ParaStyleName if style exists always // ParaConditionalStyleName if style exists always // NumberingRules if style exists always |