[Libreoffice-commits] .: Branch 'libreoffice-3-4' - svtools/source
Noel Power
noelp at kemper.freedesktop.org
Fri Apr 29 08:25:51 PDT 2011
svtools/source/control/tabbar.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 18211731500d267bd68c914d2cf204d8e9ee755f
Author: Noel Power <noel.power at novell.com>
Date: Fri Apr 29 16:24:14 2011 +0100
fix for fdo#36629, corrupted IDE tabs when adding/deleting modules
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx
index 0455df6..bc0ee75 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 )
More information about the Libreoffice-commits
mailing list