summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:29:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:29:30 +0000
commit2bc4ccfa75403fa4c53495a5af3b0fbe242a4e0c (patch)
tree316a99cdf4c7ffada8e1c35cff59790dc261d132 /sw/source/ui/inc/optpage.hxx
parentINTEGRATION: CWS dialogdiet01 (1.4.430); FILE MERGED (diff)
downloadcore-2bc4ccfa75403fa4c53495a5af3b0fbe242a4e0c.tar.gz
core-2bc4ccfa75403fa4c53495a5af3b0fbe242a4e0c.zip
INTEGRATION: CWS dialogdiet01 (1.14.586); FILE MERGED
2004/03/31 04:53:14 gyang 1.14.586.2: RESYNC: (1.14-1.15); FILE MERGED 2004/03/26 09:12:05 mwu 1.14.586.1: sw model converted. 20040326
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index c7d2a1baec54..13a0e75a2100 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 15:43:13 $
+ * last change: $Author: hr $ $Date: 2004-05-10 16:29:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,6 @@
************************************************************************/
#ifndef _OPTPAGE_HXX
#define _OPTPAGE_HXX
-
#ifndef _SFXTABDLG_HXX //autogen
#include <sfx2/tabdlg.hxx>
#endif
@@ -209,6 +208,7 @@ public:
void SetFax( const SvStringsDtor& );
void SelectFax( const String& );
void SetPreview(BOOL bPrev);
+ virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
};
@@ -272,6 +272,7 @@ public:
virtual void Reset( const SfxItemSet& rSet );
void SetFontMode(sal_uInt8 nGroup) {nFontGroup = nGroup;}
+ virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
};
/*-----------------18.01.97 12.10-------------------
@@ -333,7 +334,7 @@ public:
virtual void Reset( const SfxItemSet& rSet );
void SetWrtShell(SwWrtShell* pSh) {pWrtShell = pSh;}
-
+ virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
};
/*-----------------31.10.97 17:55-------------------