diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-03-04 12:12:13 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-03-04 12:12:13 +0100 |
commit | d859498a6a61eaeb65b3fd36513f5dd435aa947c (patch) | |
tree | 0aa02878919122d206422c4653b814382209f0d2 /sw/inc | |
parent | 3351d657b12c0c93459e0fbff4414c074f4b6718 (diff) |
CWS swlayoutrefactoring: avoid gcc3 specific workaround for passing temporary objects by reference
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ddefld.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index 07215ff435ad..6fb7a76c3728 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -89,7 +89,6 @@ public: void DecRefCnt() { if( !--nRefCnt && pDoc ) _RefCntChgd(); } void SetCRLFDelFlag( sal_Bool bFlag = sal_True ) { bCRLFFlag = bFlag; } - SwDDEFieldType( const SwDDEFieldType& ); }; /*-------------------------------------------------------------------- |