summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-04 12:12:13 +0100
committerMathias Bauer <mba@openoffice.org>2011-03-04 12:12:13 +0100
commitd859498a6a61eaeb65b3fd36513f5dd435aa947c (patch)
tree0aa02878919122d206422c4653b814382209f0d2 /sw/inc
parent3351d657b12c0c93459e0fbff4414c074f4b6718 (diff)
CWS swlayoutrefactoring: avoid gcc3 specific workaround for passing temporary objects by reference
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ddefld.hxx1
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& );
};
/*--------------------------------------------------------------------