summaryrefslogtreecommitdiff
path: root/framework/inc/classes/fwktabwindow.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-03 14:45:19 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-03 14:45:19 +0000
commit3480d21093541e4e6a05de277af669e495144ea9 (patch)
treec73230bc30332652e8195dec508187bf789e4d7d /framework/inc/classes/fwktabwindow.hxx
parentd9bc87dc39665d4d24ecaef15db63bfb1d65cd38 (diff)
CWS-TOOLING: integrate CWS fwk107_DEV300
2009-03-31 14:56:40 +0200 cd r270283 : #i100707# Correctly implement removeTab() method which destroys the embedded window
Diffstat (limited to 'framework/inc/classes/fwktabwindow.hxx')
-rw-r--r--framework/inc/classes/fwktabwindow.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/classes/fwktabwindow.hxx b/framework/inc/classes/fwktabwindow.hxx
index c3acfb17f2da..ba6a2522c2c7 100644
--- a/framework/inc/classes/fwktabwindow.hxx
+++ b/framework/inc/classes/fwktabwindow.hxx
@@ -117,6 +117,7 @@ private:
void ClearEntryList();
TabEntry* FindEntry( sal_Int32 nIndex ) const;
+ bool RemoveEntry( sal_Int32 nIndex );
DECL_DLLPRIVATE_LINK( ActivatePageHdl, TabControl * );
DECL_DLLPRIVATE_LINK( DeactivatePageHdl, TabControl * );