summaryrefslogtreecommitdiffstats
path: root/svtools
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
commit78ea0365da81887c36d1003756947f656e4c2d92 (patch)
tree4a593cc1a7eb74cbf80ffd7995564468dd5d1ba2 /svtools
parentdlopen-global-symbols.diff: use global namespace for dlopened sym (diff)
downloadcore-78ea0365da81887c36d1003756947f656e4c2d92.tar.gz
core-78ea0365da81887c36d1003756947f656e4c2d92.zip
fix for fdo#36629, corrupted IDE tabs when adding/deleting modules
Diffstat (limited to 'svtools')
-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 0455df6b4b26..bc0ee75a845b 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 )