summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-08 11:07:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-08 11:11:18 +0200
commitb66db1c73f494e74a8bf6c94544eccc01095528e (patch)
treefb9cbd185ed3db3eb5b3ad6488cd86e8a9e7ca00 /sw/source/core/inc/txtfrm.hxx
parentb92890a5d8162cc59793589c4c98de59b2cb53a7 (diff)
Cleanup of SwFlowFrm flags.
bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed.
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 168d79188f2b..1d388e6587d9 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -108,8 +108,6 @@ class SwTxtFrm: public SwCntntFrm
//entsprechend dem Attribut ein.
void CalcLineSpace();
- void InitCtor(); // Wird in beiden Ctoren gerufen
-
// Wird nur in Format gerufen:
void AdjustFrm( const SwTwips nChgHeight, sal_Bool bHasToFit = sal_False );