Kaydet (Commit) 68e21331 authored tarafından Noel Grandin's avatar Noel Grandin

remove empty comments

found with:
   git ls-files | xargs grep -Pzl '/\*\*
(\*|\s|
)*\*/'

Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597
Reviewed-on: https://gerrit.libreoffice.org/37159Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 0d7f5e06
......@@ -23,9 +23,6 @@
namespace chart
{
/**
*/
class ChangingResource;
class ResourceChangeListener
{
......
......@@ -41,9 +41,6 @@ class ValueSet;
namespace chart
{
/**
*/
enum GlobalStackMode
{
GlobalStackMode_NONE,
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class ChartTypeTemplateProvider
{
public:
......
......@@ -29,9 +29,6 @@
namespace chart
{
/**
*/
class SchAxisLabelTabPage : public SfxTabPage
{
private:
......
......@@ -27,9 +27,6 @@ class SvNumberFormatter;
namespace chart
{
/**
*/
class DataLabelsTabPage : public SfxTabPage
{
public:
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
namespace ConfigurationAccess
{
/** @descr Retrieve the FieldUnit to be used for the UI. This unit is retrieved
......
......@@ -26,9 +26,6 @@
namespace chart
{
/**
*/
class PositionAndSizeHelper
{
public:
......
......@@ -28,9 +28,6 @@
namespace chart
{
/**
*/
struct TitleDialogData
{
css::uno::Sequence< sal_Bool > aPossibilityList;
......
......@@ -35,9 +35,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS AxisHelper
{
public:
......
......@@ -38,9 +38,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS ChartModelHelper
{
public:
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS ChartViewHelper
{
public:
......
......@@ -26,9 +26,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS ColorPerPointHelper
{
public:
......
......@@ -37,9 +37,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS DataSourceHelper
{
public:
......
......@@ -30,9 +30,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS LegendHelper
{
public:
......
......@@ -37,8 +37,6 @@
namespace chart
{
/**
*/
enum ObjectType
{
OBJECTTYPE_PAGE,
......
......@@ -30,9 +30,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTTOOLS RelativePositionHelper
{
public:
......
......@@ -28,9 +28,6 @@
namespace chart
{
/**
*/
class LogarithmicScaling :
public ::cppu::WeakImplHelper<
css::chart2::XScaling,
......
......@@ -28,9 +28,6 @@
namespace chart
{
/**
*/
enum ThreeDLookScheme
{
ThreeDLookScheme_Simple,
......
......@@ -28,9 +28,6 @@
namespace chart
{
/**
*/
class OOO_DLLPUBLIC_CHARTVIEW DataPointSymbolSupplier
{
public:
......
......@@ -37,9 +37,6 @@
namespace chart
{
/**
*/
class DrawModelWrapper;
class OOO_DLLPUBLIC_CHARTVIEW ExplicitValueProvider
{
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
struct TickmarkProperties
{
sal_Int32 RelativePos;//Position in screen values relative to the axis where the tickmark line starts
......
......@@ -27,9 +27,6 @@
namespace chart
{
/**
*/
class VAxisBase : public VAxisOrGridBase
{
public:
......
......@@ -42,9 +42,6 @@
namespace chart
{
/**
*/
//These properties describe how a couple of labels are arranged one to another.
//The couple can contain all labels for all tickmark depth or just the labels for one single depth or
//the labels from an coherent range of tick depths (e.g. the major and first minor tickmarks should be handled together).
......
......@@ -24,8 +24,6 @@
namespace chart
{
/**
*/
class VCartesianCoordinateSystem : public VCoordinateSystem
{
public:
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class VCartesianGrid : public VAxisOrGridBase
{
// public methods
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class VPolarAngleAxis : public VPolarAxis
{
public:
......
......@@ -24,9 +24,6 @@
namespace chart
{
/**
*/
class PolarPlottingPositionHelper;
class VPolarAxis : public VAxisBase
......
......@@ -24,8 +24,6 @@
namespace chart
{
/**
*/
class VPolarCoordinateSystem : public VCoordinateSystem
{
public:
......
......@@ -27,8 +27,6 @@
namespace chart
{
/**
*/
class PolarPlottingPositionHelper;
class VPolarGrid : public VAxisOrGridBase
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class VCartesianAxis;
class VPolarRadiusAxis : public VPolarAxis
......
......@@ -23,9 +23,6 @@
namespace chart
{
/**
*/
class CategoryPositionHelper
{
public:
......
......@@ -25,9 +25,6 @@
namespace chart
{
/**
*/
class SplineCalculater
{
public:
......
......@@ -26,9 +26,6 @@
namespace chart
{
/**
*/
class Clipping
{
/** This class uses the Liang-Biarsky parametric line-clipping algorithm as described in:
......
......@@ -29,8 +29,6 @@
namespace chart
{
/**
*/
class PlottingPositionHelper;
class AbstractShapeFactory;
......
......@@ -27,9 +27,6 @@
namespace chart
{
/**
*/
class MinimumAndMaximumSupplier
{
public:
......
......@@ -27,8 +27,6 @@
namespace chart
{
/**
*/
class PolarPlottingPositionHelper;
class PolarLabelPositionHelper : public LabelPositionHelper
......
......@@ -39,9 +39,8 @@
namespace chart
{
/**
*/
class VAxisBase;
class VCoordinateSystem
{
public:
......
......@@ -35,9 +35,6 @@ namespace chart
class LegendEntryProvider;
/**
*/
class VLegend
{
public:
......
......@@ -116,8 +116,6 @@ public:
~UnoInterfaceProxy();
!UnoInterfaceProxy();
/**
*/
inline System::String ^ getOid()
{ return m_oid; }
......
......@@ -67,8 +67,6 @@ public:
~ExtensionCmdQueue();
/**
*/
void addExtension( const OUString &rExtensionURL,
const OUString &rRepository,
const bool bWarnUser );
......
......@@ -961,8 +961,6 @@ void ExtensionManager::enableExtension(
}
}
/**
*/
sal_Int32 ExtensionManager::checkPrerequisitesAndEnable(
Reference<css::deployment::XPackage> const & extension,
Reference<task::XAbortChannel> const & xAbortChannel,
......
......@@ -35,9 +35,6 @@
namespace framework{
/**
*/
FrameListAnalyzer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFramesSupplier >& xSupplier ,
const css::uno::Reference< css::frame::XFrame >& xReferenceFrame ,
FrameAnalyzerFlags eDetectMode )
......@@ -48,9 +45,6 @@ FrameListAnalyzer::FrameListAnalyzer( const css::uno::Reference< css::frame::XFr
impl_analyze();
}
/**
*/
FrameListAnalyzer::~FrameListAnalyzer()
{
}
......
......@@ -441,8 +441,6 @@ void JobData::disableJob()
aConfig.close();
}
/**
*/
bool isEnabled( const OUString& sAdminTime ,
const OUString& sUserTime )
{
......@@ -465,8 +463,6 @@ bool isEnabled( const OUString& sAdminTime ,
);
}
/**
*/
void JobData::appendEnabledJobsForEvent( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const OUString& sEvent ,
::std::vector< JobData::TJob2DocEventBinding >& lJobs )
......@@ -482,8 +478,6 @@ void JobData::appendEnabledJobsForEvent( const css::uno::Reference< css::uno::XC
}
}
/**
*/
bool JobData::hasCorrectContext(const OUString& rModuleIdent) const
{
sal_Int32 nContextLen = m_sContext.getLength();
......
......@@ -272,9 +272,6 @@ void HelpLinker::initIndexerPreProcessor()
idxCaptionStylesheet, idxContentStylesheet ) );
}
/**
*
*/
void HelpLinker::link()
{
......
......@@ -23,29 +23,24 @@
#include <vector>
typedef unsigned char byte;
/**
* Stream class
*/
class HStream
{
public:
HStream();
/**
*
*/
void addData( const byte *buf, size_t aToAdd);
/**
* Read some byte to buf as given size
*/
/**
* Read some byte to buf as given size
*/
size_t readBytes( byte *buf, size_t aToRead);
/**
* Skip some byte from stream as given size
*/
/**
* Skip some byte from stream as given size
*/
size_t skipBytes( size_t aToSkip );
/**
* @returns Size of remained stream
*/
/**
* @returns Size of remained stream
*/
size_t available() const;
private:
......
......@@ -52,8 +52,6 @@ typedef sal_uInt32 oslPipeOptions;
typedef struct oslPipeImpl * oslPipe;
/**
*/
SAL_DLLPUBLIC oslPipe SAL_CALL osl_createPipe(
rtl_uString *strPipeName, oslPipeOptions Options, oslSecurity Security);
......
......@@ -119,8 +119,6 @@ namespace osl
*/
inline SocketAddr & SAL_CALL operator= (oslSocketAddr Addr);
/**
*/
inline SocketAddr & SAL_CALL operator= (const SocketAddr& Addr);
#if defined LIBO_INTERNAL_ONLY
......
......@@ -29,9 +29,6 @@ namespace svx
{
/**
*/
class SAL_WARN_UNUSED SVX_DLLPUBLIC FormatPaintBrushToolBoxControl : public SfxToolBoxControl
{
public:
......
......@@ -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;
};
......
......@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
/**
*/
constants EventTrigger
{
/** Nothing triggers this event.
......
......@@ -23,14 +23,10 @@
module com { module sun { module star { module animations {
/**
*/
struct TimeFilterPair
{
/** */
double Time;
/** */
double Progress;
};
......
......@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
/**
*/
enum Timing
{
/** specifies that a duration, end or start time is indefinite*/
......
......@@ -23,8 +23,6 @@
module com { module sun { module star { module animations {
/**
*/
struct ValuePair
{
any First;
......
......@@ -60,8 +60,6 @@ interface XAnimate : XAnimationNode
*/
[attribute] sequence< any > Values;
/**
*/
[attribute] sequence< double > KeyTimes;
/**
......
......@@ -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;
};
......
......@@ -25,8 +25,6 @@
module com { module sun { module star { module animations {
/**
*/
interface XAnimationNodeSupplier
{
XAnimationNode getAnimationNode();
......
......@@ -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;
/**
*/