diff options
Diffstat (limited to 'sc/inc/docoptio.hxx')
-rw-r--r-- | sc/inc/docoptio.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/docoptio.hxx b/sc/inc/docoptio.hxx index 96b0e366bc7b..e8c7a1c63de2 100644 --- a/sc/inc/docoptio.hxx +++ b/sc/inc/docoptio.hxx @@ -53,8 +53,6 @@ class SC_DLLPUBLIC ScDocOptions public: ScDocOptions(); - ScDocOptions( const ScDocOptions& rCpy ); - ~ScDocOptions(); bool IsLookUpColRowNames() const { return bLookUpColRowNames; } void SetLookUpColRowNames( bool bVal ) { bLookUpColRowNames = bVal; } @@ -145,7 +143,6 @@ class SC_DLLPUBLIC ScTpCalcItem : public SfxPoolItem public: ScTpCalcItem( sal_uInt16 nWhich, const ScDocOptions& rOpt ); - ScTpCalcItem( const ScTpCalcItem& rItem ); virtual ~ScTpCalcItem() override; virtual bool operator==( const SfxPoolItem& ) const override; |