summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/filtnav.hxx1
-rw-r--r--svx/source/inc/fmshimp.hxx1
-rw-r--r--svx/source/inc/sdbdatacolumn.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 91353645b3bd..66906efc0663 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -121,7 +121,6 @@ public:
class FmFilterItems : public FmParentData
{
public:
- FmFilterItems() : FmParentData(nullptr, OUString()) {}
FmFilterItems(FmFormItem* pParent, const OUString& rText ) : FmParentData(pParent, rText) {}
FmFilterItem* Find( const ::sal_Int32 _nFilterComponentIndex ) const;
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index 0c620c781e37..96ae5ca1f3fe 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -115,7 +115,6 @@ struct FmLoadAction
ImplSVEvent * nEventId;
LoadFormsFlags nFlags;
- FmLoadAction( ) : pPage( nullptr ), nEventId( nullptr ), nFlags( LoadFormsFlags::Load ) { }
FmLoadAction( FmFormPage* _pPage, LoadFormsFlags _nFlags, ImplSVEvent * _nEventId )
:pPage( _pPage ), nEventId( _nEventId ), nFlags( _nFlags )
{
diff --git a/svx/source/inc/sdbdatacolumn.hxx b/svx/source/inc/sdbdatacolumn.hxx
index 4d0d5a796943..c3a2bae539b1 100644
--- a/svx/source/inc/sdbdatacolumn.hxx
+++ b/svx/source/inc/sdbdatacolumn.hxx
@@ -41,7 +41,6 @@ namespace svxform
css::uno::Reference< css::sdb::XColumnUpdate> m_xColumnUpdate;
public:
- DataColumn() { };
DataColumn(const css::uno::Reference< css::beans::XPropertySet>& _rxIFace);
// if the object behind _rxIFace doesn't fully support the DataColumn service,
// (which is checked via the supported interfaces) _all_ members will be set to