summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 12:37:02 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 12:37:02 +0000
commit4f41db743de6a37176e977a2631877a0d51bca09 (patch)
tree8ae5fcc9fc1a4d9fcd11b0c2f793604a2a33ec66 /sd/source/ui/presenter/PresenterTextView.cxx
parent3cb333a20e60580bc7d3365cbda8d254aa45fbcc (diff)
INTEGRATION: CWS presenterfixes (1.4.30); FILE MERGED
2008/06/11 07:59:08 af 1.4.30.1: #i88837# Force recalculation of total height when font size changes.
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.cxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx
index 0fa3942551c2..f31c3084c9c2 100644
--- a/sd/source/ui/presenter/PresenterTextView.cxx
+++ b/sd/source/ui/presenter/PresenterTextView.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterTextView.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -507,6 +507,7 @@ void PresenterTextView::Implementation::SetFontDescriptor (
mxBitmap = NULL;
CheckTop();
+ mnTotalHeight = -1;
}