summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/SelectionMultiplex.hxx1
-rw-r--r--include/editeng/editview.hxx1
-rw-r--r--include/editeng/svxacorr.hxx1
-rw-r--r--include/filter/msfilter/escherex.hxx2
-rw-r--r--include/formula/IFunctionDescription.hxx4
-rw-r--r--include/oox/drawingml/chart/modelbase.hxx4
-rw-r--r--include/svx/gridctrl.hxx1
7 files changed, 0 insertions, 14 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx
index 00ba7f955b09..c1a1842f2ee0 100644
--- a/include/comphelper/SelectionMultiplex.hxx
+++ b/include/comphelper/SelectionMultiplex.hxx
@@ -42,7 +42,6 @@ namespace comphelper
friend class OSelectionChangeMultiplexer;
public:
- OSelectionChangeListener() {}
virtual ~OSelectionChangeListener();
/// @throws css::uno::RuntimeException
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 6d3a09664767..4f312b578a62 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -95,7 +95,6 @@ enum class ScrollRangeCheck
class EDITENG_DLLPUBLIC EditViewCallbacks
{
public:
- EditViewCallbacks() {}
virtual ~EditViewCallbacks();
// call this when text visualization changed in any way. It
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index e45cec1279eb..4197b456214c 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -98,7 +98,6 @@ enum class ACQuotes
class EDITENG_DLLPUBLIC SvxAutoCorrDoc
{
public:
- SvxAutoCorrDoc() {}
virtual ~SvxAutoCorrDoc();
virtual bool Delete( sal_Int32 nStt, sal_Int32 nEnd ) = 0;
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index b4fdad459da9..dd13b5c72cf1 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -885,7 +885,6 @@ class EscherEx;
class MSFILTER_DLLPUBLIC EscherExClientRecord_Base
{
public:
- EscherExClientRecord_Base() {}
virtual ~EscherExClientRecord_Base();
/// Application writes the record header
@@ -899,7 +898,6 @@ public:
class MSFILTER_DLLPUBLIC EscherExClientAnchor_Base
{
public:
- EscherExClientAnchor_Base() {}
virtual ~EscherExClientAnchor_Base();
/// Application writes the record header
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx
index b27907fedca5..28f293704364 100644
--- a/include/formula/IFunctionDescription.hxx
+++ b/include/formula/IFunctionDescription.hxx
@@ -48,7 +48,6 @@ namespace formula
class SAL_NO_VTABLE IFunctionManager
{
public:
- IFunctionManager(){}
enum EToken
{
eOk,
@@ -70,7 +69,6 @@ namespace formula
class SAL_NO_VTABLE IFunctionCategory
{
public:
- IFunctionCategory(){}
virtual sal_uInt32 getCount() const = 0;
virtual const IFunctionDescription* getFunction(sal_uInt32 _nPos) const = 0;
virtual sal_uInt32 getNumber() const = 0;
@@ -83,7 +81,6 @@ namespace formula
class SAL_NO_VTABLE IFunctionDescription
{
public:
- IFunctionDescription(){}
virtual OUString getFunctionName() const = 0;
virtual const IFunctionCategory* getCategory() const = 0;
virtual OUString getDescription() const = 0;
@@ -113,7 +110,6 @@ namespace formula
class SAL_NO_VTABLE IFormulaEditorHelper
{
public:
- IFormulaEditorHelper(){}
virtual void notifyChange() = 0;
virtual void fill() = 0;
diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index a167077753e0..581713bbc9e1 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -58,8 +58,6 @@ public:
typedef typename RefVector< ModelType >::value_type value_type;
typedef typename RefVector< ModelType >::size_type size_type;
- ModelVector() {}
-
ModelType& create() { return append( std::make_shared<ModelType>() ); }
template< typename Param1Type >
ModelType& create( const Param1Type& rParam1 ) { return append( std::make_shared<ModelType>( rParam1 ) ); }
@@ -84,8 +82,6 @@ public:
typedef typename RefMap< KeyType, ModelType >::mapped_type mapped_type;
typedef typename RefMap< KeyType, ModelType >::value_type value_type;
- ModelMap() {}
-
ModelType& create( KeyType eKey ) { return insert( eKey, new ModelType ); }
private:
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 9551afcbb8da..e029b8e23f8a 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -517,7 +517,6 @@ public:
{
friend class DbCellControl;
friend class RowSetEventListener;
- GrantControlAccess() { }
};
/// called when a controller needs to be re-initialized