summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-04-29 16:24:14 +0100
committerNoel Power <noel.power@novell.com>2011-04-29 16:25:38 +0100
commit18211731500d267bd68c914d2cf204d8e9ee755f (patch)
tree083f0a8772c975a39d0e8076e50d570b1bb169d7
parent9e17ee98db942f696188873ad36d5861b9a973e3 (diff)
fix for fdo#36629, corrupted IDE tabs when adding/deleting modules
-rw-r--r--svtools/source/control/tabbar.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx
index 0455df6b4b..bc0ee75a84 100644
--- a/svtools/source/control/tabbar.cxx
+++ b/svtools/source/control/tabbar.cxx
@@ -1838,6 +1838,7 @@ void TabBar::InsertPage( sal_uInt16 nPageId, const XubString& rText,
} else {
mpItemList->push_back( pItem );
}
+ mbSizeFormat = sal_True;
// CurPageId gegebenenfalls setzen
if ( !mnCurPageId )