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 /drawinglayer | |
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 'drawinglayer')
-rw-r--r-- | drawinglayer/source/dumper/EnhancedShapeDumper.cxx | 20 | ||||
-rw-r--r-- | drawinglayer/source/dumper/XShapeDumper.cxx | 32 |
2 files changed, 26 insertions, 26 deletions
diff --git a/drawinglayer/source/dumper/EnhancedShapeDumper.cxx b/drawinglayer/source/dumper/EnhancedShapeDumper.cxx index 3136f59f4ad9..75f8e4ea6a58 100644 --- a/drawinglayer/source/dumper/EnhancedShapeDumper.cxx +++ b/drawinglayer/source/dumper/EnhancedShapeDumper.cxx @@ -13,9 +13,9 @@ using namespace com::sun::star; -// ------------------------------------------------------ + // ---------- EnhancedCustomShapeExtrusion.idl ---------- -// ------------------------------------------------------ + void EnhancedShapeDumper::dumpEnhancedCustomShapeExtrusionService(uno::Reference< beans::XPropertySet > xPropSet) { @@ -356,9 +356,9 @@ void EnhancedShapeDumper::dumpExtrusionColorAsAttribute(sal_Bool bExtrusionColor xmlTextWriterWriteFormatAttribute( xmlWriter, BAD_CAST("extrusionColor"), "%s", "false"); } -// ------------------------------------------------------ + // ---------- EnhancedCustomShapeGeometry.idl ----------- -// ------------------------------------------------------ + void EnhancedShapeDumper::dumpEnhancedCustomShapeGeometryService(uno::Reference< beans::XPropertySet > xPropSet) { @@ -613,9 +613,9 @@ void EnhancedShapeDumper::dumpHandlesAsElement(uno::Sequence< beans::PropertyVal xmlTextWriterEndElement( xmlWriter ); } -// ------------------------------------------------------ + // ---------- EnhancedCustomShapeHandle.idl ----------- -// ------------------------------------------------------ + void EnhancedShapeDumper::dumpEnhancedCustomShapeHandleService(uno::Reference< beans::XPropertySet > xPropSet) { @@ -823,9 +823,9 @@ void EnhancedShapeDumper::dumpRadiusRangeMaximumAsElement(drawing::EnhancedCusto xmlTextWriterEndElement( xmlWriter ); } -// ------------------------------------------------------ + // ---------- EnhancedCustomShapePath.idl --------------- -// ------------------------------------------------------ + void EnhancedShapeDumper::dumpEnhancedCustomShapePathService(uno::Reference< beans::XPropertySet > xPropSet) { @@ -1030,9 +1030,9 @@ void EnhancedShapeDumper::dumpSubViewSizeAsElement(uno::Sequence< awt::Size > aS xmlTextWriterEndElement( xmlWriter ); } -// ---------------------------------------------------------- + // ---------- EnhancedCustomShapeTextPath.idl --------------- -// ---------------------------------------------------------- + void EnhancedShapeDumper::dumpEnhancedCustomShapeTextPathService(uno::Reference< beans::XPropertySet > xPropSet) { diff --git a/drawinglayer/source/dumper/XShapeDumper.cxx b/drawinglayer/source/dumper/XShapeDumper.cxx index 43b335d47ef9..7a7d59859c61 100644 --- a/drawinglayer/source/dumper/XShapeDumper.cxx +++ b/drawinglayer/source/dumper/XShapeDumper.cxx @@ -174,9 +174,9 @@ int closeCallback(void* ) bool m_bNameDumped; -// ---------------------------------------- + // ---------- FillProperties.idl ---------- -// ---------------------------------------- + void dumpFillStyleAsAttribute(drawing::FillStyle eFillStyle, xmlTextWriterPtr xmlWriter) { switch(eFillStyle) @@ -431,9 +431,9 @@ void dumpFillBitmapTileAsAttribute(sal_Bool bBitmapTile, xmlTextWriterPtr xmlWri xmlTextWriterWriteFormatAttribute( xmlWriter, BAD_CAST("fillBitmapTile"), "%s", "false"); } -// ---------------------------------------- + // ---------- LineProperties.idl ---------- -// ---------------------------------------- + void dumpLineStyleAsAttribute(drawing::LineStyle eLineStyle, xmlTextWriterPtr xmlWriter) { @@ -583,9 +583,9 @@ void dumpLineEndWidthAsAttribute(sal_Int32 aLineEndWidth, xmlTextWriterPtr xmlWr xmlTextWriterWriteFormatAttribute(xmlWriter, BAD_CAST("lineEndWidth"), "%" SAL_PRIdINT32, aLineEndWidth); } -// ----------------------------------------------- + // ---------- PolyPolygonDescriptor.idl ---------- -// ----------------------------------------------- + void dumpPolygonKindAsAttribute(drawing::PolygonKind ePolygonKind, xmlTextWriterPtr xmlWriter) { @@ -698,9 +698,9 @@ void dumpCharColorAsAttribute(sal_Int32 aColor, xmlTextWriterPtr xmlWriter) xmlTextWriterWriteFormatAttribute(xmlWriter, BAD_CAST("fontColor"), "%06x", (unsigned int) aColor); } -// ---------------------------------------- + // ---------- TextProperties.idl ---------- -// ---------------------------------------- + void dumpIsNumberingAsAttribute(sal_Bool bIsNumbering, xmlTextWriterPtr xmlWriter) { @@ -931,9 +931,9 @@ void dumpTextWritingModeAsAttribute(text::WritingMode eTextWritingMode, xmlTextW } } -// ------------------------------------------ + // ---------- ShadowProperties.idl ---------- -// ------------------------------------------ + void dumpShadowAsAttribute(sal_Bool bShadow, xmlTextWriterPtr xmlWriter) { @@ -963,9 +963,9 @@ void dumpShadowYDistanceAsAttribute(sal_Int32 aShadowYDistance, xmlTextWriterPtr xmlTextWriterWriteFormatAttribute(xmlWriter, BAD_CAST("shadowYDistance"), "%" SAL_PRIdINT32, aShadowYDistance); } -// ------------------------------- + // ---------- Shape.idl ---------- -// ------------------------------- + void dumpZOrderAsAttribute(sal_Int32 aZOrder, xmlTextWriterPtr xmlWriter) { @@ -1070,9 +1070,9 @@ void dumpInteropGrabBagAsElement(uno::Sequence< beans::PropertyValue> aInteropGr xmlTextWriterEndElement( xmlWriter ); } -// -------------------------------- + // ---------- XShape.idl ---------- -// -------------------------------- + void dumpPositionAsAttribute(const awt::Point& rPoint, xmlTextWriterPtr xmlWriter) { @@ -1092,9 +1092,9 @@ void dumpShapeDescriptorAsAttribute( uno::Reference< drawing::XShapeDescriptor > OUStringToOString(xDescr->getShapeType(), RTL_TEXTENCODING_UTF8).getStr()); } -// ------------------------------------- + // ---------- CustomShape.idl ---------- -// ------------------------------------- + void dumpCustomShapeEngineAsAttribute(OUString sCustomShapeEngine, xmlTextWriterPtr xmlWriter) { |