summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:57:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:57:22 +0000
commit3e0653255b6053c88e728d013115fbf51abb5016 (patch)
tree8db1194f498bd875c72dfc8f9b38f60383177c2f /sfx2
parent2a2c9fc73b4f344b15158a5cc512be4eb40f087b (diff)
INTEGRATION: CWS asyncdialogs (1.24.404); FILE MERGED
2006/10/31 18:00:39 pb 1.24.404.7: RESYNC: (1.30-1.31); FILE MERGED 2006/09/20 20:38:35 pb 1.24.404.6: RESYNC: (1.28-1.30); FILE MERGED 2006/07/12 20:58:29 pb 1.24.404.5: RESYNC: (1.27-1.28); FILE MERGED 2006/05/31 14:56:33 pb 1.24.404.4: RESYNC: (1.26-1.27); FILE MERGED 2006/02/14 08:18:04 pb 1.24.404.3: RESYNC: (1.25-1.26); FILE MERGED 2005/12/08 09:20:24 kso 1.24.404.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/01 14:26:48 kso 1.24.404.1: #i57125# - dialog adaptions for Threading Framework.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index ead29b63f488..80ec8ffc120c 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabdlg.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: kz $ $Date: 2006-11-07 14:53:12 $
+ * last change: $Author: vg $ $Date: 2006-11-22 10:57:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -706,6 +706,16 @@ short SfxTabDialog::Execute()
// -----------------------------------------------------------------------
+void SfxTabDialog::StartExecuteModal( const Link& rEndDialogHdl )
+{
+ if ( !aTabCtrl.GetPageCount() )
+ return;
+ Start_Impl();
+ TabDialog::StartExecuteModal( rEndDialogHdl );
+}
+
+// -----------------------------------------------------------------------
+
void SfxTabDialog::Start( BOOL bShow )
{
aCancelBtn.SetClickHdl( LINK( this, SfxTabDialog, CancelHdl ) );