diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 15:53:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:07:36 +0200 |
commit | 68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch) | |
tree | 44ef8a6d927420111ddea01975dfcdc25556ad55 /offapi/com/sun | |
parent | 0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff) |
remove empty comments
found with:
git ls-files | xargs grep -Pzl '/\*\*
(\*|\s|
)*\*/'
Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597
Reviewed-on: https://gerrit.libreoffice.org/37159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi/com/sun')
57 files changed, 3 insertions, 352 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl index 06d25d79e927..2da7e3643c6a 100644 --- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl +++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl @@ -31,24 +31,10 @@ */ constants AnimationAdditiveMode { - /** - */ const short BASE = 0; - - /** - */ const short SUM = 1; - - /** - */ const short REPLACE = 2; - - /** - */ const short MULTIPLY = 3; - - /** - */ const short NONE = 4; }; diff --git a/offapi/com/sun/star/animations/EventTrigger.idl b/offapi/com/sun/star/animations/EventTrigger.idl index f711be5b7f14..37e2dacab402 100644 --- a/offapi/com/sun/star/animations/EventTrigger.idl +++ b/offapi/com/sun/star/animations/EventTrigger.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module animations { -/** -*/ constants EventTrigger { /** Nothing triggers this event. diff --git a/offapi/com/sun/star/animations/TimeFilterPair.idl b/offapi/com/sun/star/animations/TimeFilterPair.idl index aafd06f09efa..acfe4a4f4db7 100644 --- a/offapi/com/sun/star/animations/TimeFilterPair.idl +++ b/offapi/com/sun/star/animations/TimeFilterPair.idl @@ -23,14 +23,10 @@ module com { module sun { module star { module animations { -/** -*/ struct TimeFilterPair { - /** */ double Time; - /** */ double Progress; }; diff --git a/offapi/com/sun/star/animations/Timing.idl b/offapi/com/sun/star/animations/Timing.idl index 89125bcb3a73..8042a732d57b 100644 --- a/offapi/com/sun/star/animations/Timing.idl +++ b/offapi/com/sun/star/animations/Timing.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module animations { -/** -*/ enum Timing { /** specifies that a duration, end or start time is indefinite*/ diff --git a/offapi/com/sun/star/animations/ValuePair.idl b/offapi/com/sun/star/animations/ValuePair.idl index 56052c283fa6..982071dc97d8 100644 --- a/offapi/com/sun/star/animations/ValuePair.idl +++ b/offapi/com/sun/star/animations/ValuePair.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module animations { -/** -*/ struct ValuePair { any First; diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl index 4ff7c07666ac..39c2b900949b 100644 --- a/offapi/com/sun/star/animations/XAnimate.idl +++ b/offapi/com/sun/star/animations/XAnimate.idl @@ -60,8 +60,6 @@ interface XAnimate : XAnimationNode */ [attribute] sequence< any > Values; - /** - */ [attribute] sequence< double > KeyTimes; /** diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl index b8b01a0c6501..5c7286ce3a5d 100644 --- a/offapi/com/sun/star/animations/XAnimationNode.idl +++ b/offapi/com/sun/star/animations/XAnimationNode.idl @@ -26,8 +26,6 @@ module com { module sun { module star { module animations { -/** -*/ interface XAnimationNode : ::com::sun::star::container::XChild { /** a value from AnimationNodeType. @@ -234,8 +232,6 @@ interface XAnimationNode : ::com::sun::star::container::XChild */ [attribute] boolean AutoReverse; - /** - */ [attribute] sequence< ::com::sun::star::beans::NamedValue > UserData; }; diff --git a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl index d7b65ce7b9fd..a9d83911f69e 100644 --- a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl +++ b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module animations { -/** -*/ interface XAnimationNodeSupplier { XAnimationNode getAnimationNode(); diff --git a/offapi/com/sun/star/animations/XAudio.idl b/offapi/com/sun/star/animations/XAudio.idl index 66106c80fe27..00e1deefc4a4 100644 --- a/offapi/com/sun/star/animations/XAudio.idl +++ b/offapi/com/sun/star/animations/XAudio.idl @@ -25,16 +25,12 @@ module com { module sun { module star { module animations { -/** -*/ interface XAudio : XAnimationNode { /** This attribute specifies the source element that contains the audio. */ [attribute] any Source; - /** - */ [attribute] double Volume; }; diff --git a/offapi/com/sun/star/animations/XTimeContainer.idl b/offapi/com/sun/star/animations/XTimeContainer.idl index de3c61806efc..66845eb97bf6 100644 --- a/offapi/com/sun/star/animations/XTimeContainer.idl +++ b/offapi/com/sun/star/animations/XTimeContainer.idl @@ -52,50 +52,29 @@ */ interface XTimeContainer : XAnimationNode { - /* - com::sun::star::container::XContainer; - com::sun::star::container::XEnumerationAccess; - */ - - /* - [attribute] long PresetId; - [attribute] long PresetSubType; - [attribute] long PresetClass; - */ - - /** - */ XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ); - /** - */ XAnimationNode insertAfter( [in] XAnimationNode newChild, [in] XAnimationNode refChild ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ); - /** - */ XAnimationNode replaceChild( [in] XAnimationNode newChild, [in] XAnimationNode oldChild ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ); - /** - */ XAnimationNode removeChild( [in] XAnimationNode oldChild ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ); - /** - */ XAnimationNode appendChild( [in] XAnimationNode newChild ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException, diff --git a/offapi/com/sun/star/chart2/CoordinateSystem.idl b/offapi/com/sun/star/chart2/CoordinateSystem.idl index 4d0d7cd53d85..8059c31c1d73 100644 --- a/offapi/com/sun/star/chart2/CoordinateSystem.idl +++ b/offapi/com/sun/star/chart2/CoordinateSystem.idl @@ -32,12 +32,8 @@ module star module chart2 { -/** - */ service CoordinateSystem { - /** - */ interface XCoordinateSystem; /** a coordinate system can contain several chart types, which then do contain the data series. diff --git a/offapi/com/sun/star/chart2/CurveStyle.idl b/offapi/com/sun/star/chart2/CurveStyle.idl index e59e05bbcea8..60547762006c 100644 --- a/offapi/com/sun/star/chart2/CurveStyle.idl +++ b/offapi/com/sun/star/chart2/CurveStyle.idl @@ -47,6 +47,7 @@ enum CurveStyle B_SPLINES, /** + * Non-uniform rational b-splines */ NURBS, diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl index b63063ca188c..2ae557e64c71 100644 --- a/offapi/com/sun/star/chart2/Diagram.idl +++ b/offapi/com/sun/star/chart2/Diagram.idl @@ -35,16 +35,10 @@ module star module chart2 { -/** - */ service Diagram { - /** - */ interface ::com::sun::star::chart2::XDiagram; - /** - */ interface ::com::sun::star::chart2::XCoordinateSystemContainer; /** gives access to the sub title of a chart document diff --git a/offapi/com/sun/star/chart2/ErrorBar.idl b/offapi/com/sun/star/chart2/ErrorBar.idl index 384bb4f30ab3..7d022141c0e2 100644 --- a/offapi/com/sun/star/chart2/ErrorBar.idl +++ b/offapi/com/sun/star/chart2/ErrorBar.idl @@ -33,12 +33,8 @@ module star module chart2 { -/** - */ service ErrorBar { - /** - */ service ::com::sun::star::drawing::LineProperties; /** allows attaching data sequences to the error bars. @@ -55,24 +51,16 @@ service ErrorBar */ [property] long ErrorBarStyle; - /** - */ [property] double PositiveError; - /** - */ [property] double NegativeError; /** The weight for the standard deviation. */ [property] double Weight; - /** - */ [property] boolean ShowPositiveError; - /** - */ [property] boolean ShowNegativeError; }; diff --git a/offapi/com/sun/star/chart2/InterpretedData.idl b/offapi/com/sun/star/chart2/InterpretedData.idl index c2171bce21c4..9df2e7d25101 100644 --- a/offapi/com/sun/star/chart2/InterpretedData.idl +++ b/offapi/com/sun/star/chart2/InterpretedData.idl @@ -36,13 +36,9 @@ module chart2 */ struct InterpretedData { - /** - */ - sequence< sequence< XDataSeries > > Series; + sequence< sequence< XDataSeries > > Series; - /** - */ - com::sun::star::chart2::data::XLabeledDataSequence Categories; + com::sun::star::chart2::data::XLabeledDataSequence Categories; }; } ; // chart2 diff --git a/offapi/com/sun/star/chart2/LegendPosition.idl b/offapi/com/sun/star/chart2/LegendPosition.idl index 16bac1780ed2..b408e6a202cc 100644 --- a/offapi/com/sun/star/chart2/LegendPosition.idl +++ b/offapi/com/sun/star/chart2/LegendPosition.idl @@ -28,8 +28,6 @@ module star module chart2 { -/** - */ enum LegendPosition { /** In LTR mode this is the left-hand side diff --git a/offapi/com/sun/star/chart2/LightSource.idl b/offapi/com/sun/star/chart2/LightSource.idl index fcad638af1d6..89ac5966c929 100644 --- a/offapi/com/sun/star/chart2/LightSource.idl +++ b/offapi/com/sun/star/chart2/LightSource.idl @@ -30,8 +30,6 @@ module star module chart2 { -/** - */ struct LightSource { /** the light source's color @@ -42,8 +40,6 @@ struct LightSource */ ::com::sun::star::drawing::Direction3D aDirection; - /** - */ boolean bIsEnabled; /** When `TRUE`, the specularity of material is taken into diff --git a/offapi/com/sun/star/chart2/RegressionCurve.idl b/offapi/com/sun/star/chart2/RegressionCurve.idl index f2d23dcf163c..72c2684180cd 100644 --- a/offapi/com/sun/star/chart2/RegressionCurve.idl +++ b/offapi/com/sun/star/chart2/RegressionCurve.idl @@ -33,24 +33,12 @@ module star module chart2 { -/** - */ service RegressionCurve { - /** - */ service ::com::sun::star::beans::PropertySet; - /** - */ service ::com::sun::star::drawing::LineProperties; - /** - */ interface XRegressionCurve; - -// /** -// */ -// interface ::com::sun::star::lang::XServiceName; }; } ; // chart2 diff --git a/offapi/com/sun/star/chart2/Title.idl b/offapi/com/sun/star/chart2/Title.idl index d1ac0c49be76..96efb48f70d5 100644 --- a/offapi/com/sun/star/chart2/Title.idl +++ b/offapi/com/sun/star/chart2/Title.idl @@ -46,8 +46,6 @@ service Title service ::com::sun::star::beans::PropertySet; //FIXME [optional] service ::com::sun::star::layout::LayoutElement; - /** - */ interface XTitle; /** the rotation of the title's text in degrees in the range diff --git a/offapi/com/sun/star/chart2/XAxis.idl b/offapi/com/sun/star/chart2/XAxis.idl index 70613b8c01cd..7c2964a5ad15 100644 --- a/offapi/com/sun/star/chart2/XAxis.idl +++ b/offapi/com/sun/star/chart2/XAxis.idl @@ -34,12 +34,8 @@ module chart2 interface XAxis : ::com::sun::star::uno::XInterface { - /** - */ void setScaleData( [in] ScaleData aScale ); - /** - */ ScaleData getScaleData(); /** the returned property set must support the service diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl index f1c9a3dc01b5..67b12b50ef7b 100644 --- a/offapi/com/sun/star/chart2/XChartType.idl +++ b/offapi/com/sun/star/chart2/XChartType.idl @@ -33,8 +33,6 @@ module star module chart2 { -/** - */ interface XChartType : com::sun::star::uno::XInterface { /** A string representation of the chart type. diff --git a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl index 025aee56eec8..7fe22af5ef55 100644 --- a/offapi/com/sun/star/chart2/XChartTypeTemplate.idl +++ b/offapi/com/sun/star/chart2/XChartTypeTemplate.idl @@ -159,8 +159,6 @@ interface XChartTypeTemplate : ::com::sun::star::uno::XInterface */ XChartType getChartTypeForNewSeries( [in] sequence< XChartType > aFormerlyUsedChartTypes ); - /** - */ XDataInterpreter getDataInterpreter(); /** Applies a chart-type specific style (e.g. symbols) to all series in the diff --git a/offapi/com/sun/star/chart2/XDiagramProvider.idl b/offapi/com/sun/star/chart2/XDiagramProvider.idl index 0a2101210478..fea934e4a864 100644 --- a/offapi/com/sun/star/chart2/XDiagramProvider.idl +++ b/offapi/com/sun/star/chart2/XDiagramProvider.idl @@ -37,12 +37,8 @@ module chart2 */ interface XDiagramProvider : ::com::sun::star::uno::XInterface { - /** - */ XDiagram getDiagram(); - /** - */ void setDiagram( [in] XDiagram xDiagram ); }; diff --git a/offapi/com/sun/star/chart2/XFormattedString.idl b/offapi/com/sun/star/chart2/XFormattedString.idl index f8427b9d3b60..b16fe06c8def 100644 --- a/offapi/com/sun/star/chart2/XFormattedString.idl +++ b/offapi/com/sun/star/chart2/XFormattedString.idl @@ -33,12 +33,8 @@ module chart2 interface XFormattedString : ::com::sun::star::uno::XInterface { - /** - */ string getString(); - /** - */ void setString( [in] string String ); }; diff --git a/offapi/com/sun/star/chart2/XLabeled.idl b/offapi/com/sun/star/chart2/XLabeled.idl index a1866f91cd04..af05f908997c 100644 --- a/offapi/com/sun/star/chart2/XLabeled.idl +++ b/offapi/com/sun/star/chart2/XLabeled.idl @@ -32,40 +32,22 @@ module star module chart2 { -/** - */ interface XLabeled { - /** - */ void setLabel( [in] XTitle xTitle ); - /** - */ XTitle getLabel(); - /** - */ void setOwnAnchor( [in] ::com::sun::star::drawing::RectanglePoint aAnchorPoint ); - /** - */ ::com::sun::star::drawing::RectanglePoint getOwnAnchor(); - /** - */ void setLabelAnchor( [in] ::com::sun::star::drawing::RectanglePoint aAnchorPoint ); - /** - */ ::com::sun::star::drawing::RectanglePoint getLabelAnchor(); - /** - */ void setOffset( [in] sequence< double > aOffsetVector ); - /** - */ sequence< double > getOffset(); }; diff --git a/offapi/com/sun/star/chart2/XRegressionCurve.idl b/offapi/com/sun/star/chart2/XRegressionCurve.idl index ecad04a76197..7db25123f019 100644 --- a/offapi/com/sun/star/chart2/XRegressionCurve.idl +++ b/offapi/com/sun/star/chart2/XRegressionCurve.idl @@ -32,20 +32,12 @@ module star module chart2 { -/** - */ interface XRegressionCurve : com::sun::star::uno::XInterface { - /** - */ XRegressionCurveCalculator getCalculator(); - /** - */ ::com::sun::star::beans::XPropertySet getEquationProperties(); - /** - */ void setEquationProperties( [in] ::com::sun::star::beans::XPropertySet xEquationProperties ); }; diff --git a/offapi/com/sun/star/chart2/XTitle.idl b/offapi/com/sun/star/chart2/XTitle.idl index e663755485a2..a1104cbc0311 100644 --- a/offapi/com/sun/star/chart2/XTitle.idl +++ b/offapi/com/sun/star/chart2/XTitle.idl @@ -33,12 +33,8 @@ module chart2 interface XTitle : ::com::sun::star::uno::XInterface { - /** - */ sequence< XFormattedString > getText(); - /** - */ void setText( [in] sequence< XFormattedString > Strings ); }; diff --git a/offapi/com/sun/star/chart2/data/DataProvider.idl b/offapi/com/sun/star/chart2/data/DataProvider.idl index c85d464589bf..bcda9996ee44 100644 --- a/offapi/com/sun/star/chart2/data/DataProvider.idl +++ b/offapi/com/sun/star/chart2/data/DataProvider.idl @@ -33,8 +33,6 @@ module chart2 module data { -/** - */ service DataProvider { /** For accessing data a component provides for being used by diff --git a/offapi/com/sun/star/chart2/data/HighlightedRange.idl b/offapi/com/sun/star/chart2/data/HighlightedRange.idl index 4ad181885ba9..dbd8a9b26984 100644 --- a/offapi/com/sun/star/chart2/data/HighlightedRange.idl +++ b/offapi/com/sun/star/chart2/data/HighlightedRange.idl @@ -30,8 +30,6 @@ module chart2 module data { -/** - */ struct HighlightedRange { /** The range representation string of the highlighted range. diff --git a/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl index 2ad0c27a493c..d3c6eaa8ccc1 100644 --- a/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl +++ b/offapi/com/sun/star/chart2/data/RangeHighlightListener.idl @@ -38,8 +38,6 @@ module data */ service RangeHighlightListener { - /** - */ interface ::com::sun::star::view::XSelectionChangeListener; }; diff --git a/offapi/com/sun/star/chart2/data/RangeHighlighter.idl b/offapi/com/sun/star/chart2/data/RangeHighlighter.idl index 6edb8ba76857..e2b98cbc1e1b 100644 --- a/offapi/com/sun/star/chart2/data/RangeHighlighter.idl +++ b/offapi/com/sun/star/chart2/data/RangeHighlighter.idl @@ -32,12 +32,8 @@ module chart2 module data { -/** - */ service RangeHighlighter { - /** - */ interface XRangeHighlighter; }; diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index a447f3145a93..fee4ba4dd0e6 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -32,8 +32,6 @@ module chart2 module data { -/** - */ service TabularDataProviderArguments { /** the range address string spanning all data. diff --git a/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl index cda60b794c3b..8e1522721180 100644 --- a/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl +++ b/offapi/com/sun/star/chart2/data/XRangeHighlighter.idl @@ -34,8 +34,6 @@ module chart2 module data { -/** - */ interface XRangeHighlighter : ::com::sun::star::uno::XInterface { /** Returns a list of ranges that are used by objects that are diff --git a/offapi/com/sun/star/drawing/CoordinateSequence.idl b/offapi/com/sun/star/drawing/CoordinateSequence.idl index 254a19993b95..b09755940cc2 100644 --- a/offapi/com/sun/star/drawing/CoordinateSequence.idl +++ b/offapi/com/sun/star/drawing/CoordinateSequence.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<long> CoordinateSequence; diff --git a/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl b/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl index 948c9761a13d..231c23720da1 100644 --- a/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl +++ b/offapi/com/sun/star/drawing/CoordinateSequenceSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<CoordinateSequence> CoordinateSequenceSequence; diff --git a/offapi/com/sun/star/drawing/CustomShapeEngine.idl b/offapi/com/sun/star/drawing/CustomShapeEngine.idl index 52d03b683526..e0b89e53150a 100644 --- a/offapi/com/sun/star/drawing/CustomShapeEngine.idl +++ b/offapi/com/sun/star/drawing/CustomShapeEngine.idl @@ -36,9 +36,6 @@ service CustomShapeEngine */ interface ::com::sun::star::lang::XInitialization; - /** - - */ interface com::sun::star::drawing::XCustomShapeEngine; }; diff --git a/offapi/com/sun/star/drawing/DoubleSequence.idl b/offapi/com/sun/star/drawing/DoubleSequence.idl index 96a480bd7bbf..e0f006b361b9 100644 --- a/offapi/com/sun/star/drawing/DoubleSequence.idl +++ b/offapi/com/sun/star/drawing/DoubleSequence.idl @@ -23,8 +23,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<double> DoubleSequence; diff --git a/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl b/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl index d8d4c71c6b4b..c85d10fba3b0 100644 --- a/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl +++ b/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<DoubleSequence> DoubleSequenceSequence; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl index 60afa802e2f0..496329f1788f 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl @@ -33,8 +33,6 @@ struct EnhancedCustomShapeAdjustmentValue */ any Value; - /** - */ ::com::sun::star::beans::PropertyState State; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl index 1ae255595bfd..cd5467caf3b8 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl @@ -31,8 +31,6 @@ struct EnhancedCustomShapeParameter */ any Value; - /** - */ short Type; }; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl index 1f3fe1a5ca54..50ff91398926 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegment.idl @@ -25,8 +25,6 @@ module com { module sun { module star { module drawing { -/** - */ struct EnhancedCustomShapeSegment { short Command; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl index 00da71a95249..8411dfba1d61 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl @@ -24,80 +24,42 @@ module com { module sun { module star { module drawing { -/** - */ constants EnhancedCustomShapeSegmentCommand { - /** - */ const short UNKNOWN = 0; - /** - */ const short MOVETO = 1; - /** - */ const short LINETO = 2; - /** - */ const short CURVETO = 3; - /** - */ const short CLOSESUBPATH = 4; - /** - */ const short ENDSUBPATH = 5; - /** - */ const short NOFILL = 6; - /** - */ const short NOSTROKE = 7; - /** - */ const short ANGLEELLIPSETO = 8; - /** - */ const short ANGLEELLIPSE = 9; - /** - */ const short ARCTO = 10; - /** - */ const short ARC = 11; - /** - */ const short CLOCKWISEARCTO = 12; - /** - */ const short CLOCKWISEARC = 13; - /** - */ const short ELLIPTICALQUADRANTX = 14; - /** - */ const short ELLIPTICALQUADRANTY = 15; - /** - */ const short QUADRATICCURVETO = 16; - /** - */ const short ARCANGLETO = 17; /** diff --git a/offapi/com/sun/star/drawing/FlagSequence.idl b/offapi/com/sun/star/drawing/FlagSequence.idl index f7436438c317..17e80d34e70c 100644 --- a/offapi/com/sun/star/drawing/FlagSequence.idl +++ b/offapi/com/sun/star/drawing/FlagSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<PolygonFlags> FlagSequence; diff --git a/offapi/com/sun/star/drawing/FlagSequenceSequence.idl b/offapi/com/sun/star/drawing/FlagSequenceSequence.idl index d51c2f1e651a..9575d06728dc 100644 --- a/offapi/com/sun/star/drawing/FlagSequenceSequence.idl +++ b/offapi/com/sun/star/drawing/FlagSequenceSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<FlagSequence> FlagSequenceSequence; diff --git a/offapi/com/sun/star/drawing/PointSequence.idl b/offapi/com/sun/star/drawing/PointSequence.idl index 034867e7408c..604d66bf66f0 100644 --- a/offapi/com/sun/star/drawing/PointSequence.idl +++ b/offapi/com/sun/star/drawing/PointSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<com::sun::star::awt::Point> PointSequence; diff --git a/offapi/com/sun/star/drawing/PointSequenceSequence.idl b/offapi/com/sun/star/drawing/PointSequenceSequence.idl index c921c6c212d7..e0f2c54ff0c1 100644 --- a/offapi/com/sun/star/drawing/PointSequenceSequence.idl +++ b/offapi/com/sun/star/drawing/PointSequenceSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module drawing { -/** -*/ published typedef sequence<PointSequence> PointSequenceSequence; diff --git a/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl b/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl index 58e642cd0db4..2df7945077c1 100644 --- a/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl +++ b/offapi/com/sun/star/drawing/XEnhancedCustomShapeDefaulter.idl @@ -26,8 +26,6 @@ -/** - */ interface XEnhancedCustomShapeDefaulter: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/drawing/XSelectionFunction.idl b/offapi/com/sun/star/drawing/XSelectionFunction.idl index 79bf5049d1c4..d19e1ab5fb36 100644 --- a/offapi/com/sun/star/drawing/XSelectionFunction.idl +++ b/offapi/com/sun/star/drawing/XSelectionFunction.idl @@ -33,8 +33,6 @@ module com { module sun { module star { module drawing { -/** - */ published interface XSelectionFunction { interface ::com::sun::star::lang::XComponent; diff --git a/offapi/com/sun/star/embed/EmbedMisc.idl b/offapi/com/sun/star/embed/EmbedMisc.idl index f9fb66e55515..e017143a885c 100644 --- a/offapi/com/sun/star/embed/EmbedMisc.idl +++ b/offapi/com/sun/star/embed/EmbedMisc.idl @@ -59,84 +59,44 @@ published constants EmbedMisc */ const hyper MS_EMBED_STATIC = 8; - /** - */ const hyper MS_EMBED_CANTLINKINSIDE = 16; - /** - */ const hyper MS_EMBED_CANLINKBYOLE1 = 32; - /** - */ const hyper MS_EMBED_ISLINKOBJECT = 64; - /** - */ const hyper MS_EMBED_INSIDEOUT = 128; - /** - */ const hyper MS_EMBED_ACTIVATEWHENVISIBLE = 256; - /** - */ const hyper MS_EMBED_RENDERINGISDEVICEINDEPENDENT = 512; - /** - */ const hyper MS_EMBED_INVISIBLEATRUNTIME = 1024; - /** - */ const hyper MS_EMBED_ALWAYSRUN = 2048; - /** - */ const hyper MS_EMBED_ACTSLIKEBUTTON = 4096; - /** - */ const hyper MS_EMBED_ACTSLIKELABEL = 8192; - /** - */ const hyper MS_EMBED_NOUIACTIVATE = 16384; - /** - */ const hyper MS_EMBED_ALIGNABLE = 32768; - /** - */ const hyper MS_EMBED_SIMPLEFRAME = 65536; - /** - */ const hyper MS_EMBED_SETCLIENTSITEFIRST = 131072; - /** - */ const hyper MS_EMBED_IMEMODE = 262144; - /** - */ const hyper MS_EMBED_IGNOREACTIVATEWHENVISIBLE = 524288; - /** - */ const hyper MS_EMBED_WANTSTOMENUMERGE = 1048576; - /** - */ const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO = 2097152; - /** - */ const hyper EMBED_ACTIVATEIMMEDIATELY = 0x100000000; - /** - */ const hyper EMBED_NEVERRESIZE = 0x200000000; /** The object needs the size to be provided from the container after diff --git a/offapi/com/sun/star/presentation/EffectPresetClass.idl b/offapi/com/sun/star/presentation/EffectPresetClass.idl index c2559db1e350..ba7027c1a578 100644 --- a/offapi/com/sun/star/presentation/EffectPresetClass.idl +++ b/offapi/com/sun/star/presentation/EffectPresetClass.idl @@ -35,32 +35,12 @@ */ constants EffectPresetClass { - /** - */ const short CUSTOM = 0; - - /** - */ const short ENTRANCE = 1; - - /** - */ const short EXIT = 2; - - /** - */ const short EMPHASIS = 3; - - /** - */ const short MOTIONPATH = 4; - - /** - */ const short OLEACTION = 5; - - /** - */ const short MEDIACALL = 6; }; diff --git a/offapi/com/sun/star/scanner/XScannerManager.idl b/offapi/com/sun/star/scanner/XScannerManager.idl index c89dbaea4a94..c261b345a64c 100644 --- a/offapi/com/sun/star/scanner/XScannerManager.idl +++ b/offapi/com/sun/star/scanner/XScannerManager.idl @@ -30,8 +30,6 @@ module com { module sun { module star { module scanner { -/** -*/ published interface XScannerManager: com::sun::star::uno::XInterface { // DOCUMENTATION CHANGED FOR XScannerManager::getAvailableScanners diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl index f3a9a8302b5f..7a0cf0e6e11c 100644 --- a/offapi/com/sun/star/style/PageProperties.idl +++ b/offapi/com/sun/star/style/PageProperties.idl @@ -225,9 +225,6 @@ published service PageProperties /** contains the color of the background of the footer. */ [property, maybevoid] com::sun::star::util::Color FooterBackColor; -/** - */ -//[property, maybevoid] FooterBackGraphic; /** contains the URL of the background graphic in the footer. */ [property, maybevoid] string FooterBackGraphicURL; @@ -296,8 +293,6 @@ published service PageProperties [optional, property, maybevoid] com::sun::star::text::XText FooterTextLeft; /** contains the interface to the text of the footer of a right page. */ -/** contains . - */ [optional, property, maybevoid] com::sun::star::text::XText FooterTextRight; /** contains the maximum height of the footnote area. If set to zero then the height of the current page is used as limit. diff --git a/offapi/com/sun/star/table/XTable.idl b/offapi/com/sun/star/table/XTable.idl index 5b7e9100cc83..c00edeab1631 100644 --- a/offapi/com/sun/star/table/XTable.idl +++ b/offapi/com/sun/star/table/XTable.idl @@ -34,8 +34,6 @@ module com { module sun { module star { module table { -/** -*/ interface XTable { diff --git a/offapi/com/sun/star/text/TextColumnSequence.idl b/offapi/com/sun/star/text/TextColumnSequence.idl index 13dbdd4f3d66..1b6d6e2673fc 100644 --- a/offapi/com/sun/star/text/TextColumnSequence.idl +++ b/offapi/com/sun/star/text/TextColumnSequence.idl @@ -24,8 +24,6 @@ module com { module sun { module star { module text { -/** -*/ published typedef sequence<TextColumn> TextColumnSequence; diff --git a/offapi/com/sun/star/ucb/XContentTransmitter.idl b/offapi/com/sun/star/ucb/XContentTransmitter.idl index 89220f675802..f7b7c449b17f 100644 --- a/offapi/com/sun/star/ucb/XContentTransmitter.idl +++ b/offapi/com/sun/star/ucb/XContentTransmitter.idl @@ -35,8 +35,6 @@ module com { module sun { module star { module ucb { published interface XContentTransmitter: com::sun::star::uno::XInterface { - /** - */ void transmit( [in] string Source, [in] string Destination, [in] long Flags ); diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl index b641af2e32b6..f213b0344cd9 100644 --- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl +++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl @@ -34,65 +34,20 @@ module com { module sun { module star { module ui { module dialogs { published constants ExtendedFilePickerElementIds { - /** - */ const short CHECKBOX_AUTOEXTENSION = 100; - - /** - */ const short CHECKBOX_PASSWORD = 101; - - /** - */ const short CHECKBOX_FILTEROPTIONS = 102; - - /** - */ const short CHECKBOX_READONLY = 103; - - /** - */ const short CHECKBOX_LINK = 104; - - /** - */ const short CHECKBOX_PREVIEW = 105; - - /** - */ const short PUSHBUTTON_PLAY = 106; - - /** - */ const short LISTBOX_VERSION = 107; - - /** - */ const short LISTBOX_TEMPLATE = 108; - - - /** - */ const short LISTBOX_IMAGE_TEMPLATE = 109; - - /** - */ const short CHECKBOX_SELECTION = 110; - - /** - */ const short LISTBOX_VERSION_LABEL = 207; - - /** - */ const short LISTBOX_TEMPLATE_LABEL = 208; - - /** - */ const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209; - - /** - */ const short LISTBOX_FILTER_SELECTOR = 210; }; diff --git a/offapi/com/sun/star/xforms/XDataTypeRepository.idl b/offapi/com/sun/star/xforms/XDataTypeRepository.idl index 510e2d54f3cc..86db2301e341 100644 --- a/offapi/com/sun/star/xforms/XDataTypeRepository.idl +++ b/offapi/com/sun/star/xforms/XDataTypeRepository.idl @@ -84,8 +84,6 @@ interface XDataTypeRepository revokeDataType( [in] string typeName ) raises( com::sun::star::container::NoSuchElementException, com::sun::star::util::VetoException ); - /** - */ com::sun::star::xsd::XDataType getDataType( [in] string typeName ) raises( com::sun::star::container::NoSuchElementException ); |