summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldtdlg.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 08:46:27 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 08:46:27 +0000
commit0ba5fc17aad68ccd6163473b6e59faeee8299f8d (patch)
treea4cf84a7a5fe4224dce1b2e6e55d7486011d6a1c /sw/source/ui/inc/fldtdlg.hxx
parente84d7b8ce969d71397f8e866aaaea1a8c451d960 (diff)
INTEGRATION: CWS geordi2q10 (1.2.332); FILE MERGED
2003/11/27 12:40:42 rt 1.2.332.1: #111934#: join CWS os21
Diffstat (limited to 'sw/source/ui/inc/fldtdlg.hxx')
-rw-r--r--sw/source/ui/inc/fldtdlg.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/fldtdlg.hxx b/sw/source/ui/inc/fldtdlg.hxx
index ccb1a7d22a1c..e1edd0e13dd0 100644
--- a/sw/source/ui/inc/fldtdlg.hxx
+++ b/sw/source/ui/inc/fldtdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldtdlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:43:41 $
+ * last change: $Author: rt $ $Date: 2003-12-01 09:46:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,12 +78,14 @@ struct SfxChildWinInfo;
class SwFldDlg: public SfxTabDialog
{
SwChildWinWrapper* pChildWin;
+ SfxBindings* pBindings;
BOOL bHtmlMode;
BOOL bDataBaseMode;
virtual BOOL Close();
virtual SfxItemSet* CreateInputItemSet( USHORT nId );
virtual void Activate();
+ virtual void PageCreated(USHORT nId, SfxTabPage& rPage);
void ReInitTabPage( USHORT nPageId,
BOOL bOnlyActivate = FALSE );