summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msdffimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter/msdffimp.hxx')
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 3b594d01b1b4..f848f6b2c57c 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -277,8 +277,6 @@ struct SvxMSDffImportData
Rectangle aParentRect;///< Rectangle of the surrounding groups,
///< which might have been provided externally
- SvxMSDffImportData()
- {}
explicit SvxMSDffImportData( const Rectangle& rParentRect ) : aParentRect( rParentRect ) {}
bool empty() const { return m_Records.empty(); }
size_t size() const { return m_Records.size(); }