summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pardlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:31:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:31:35 +0000
commite3d03c570993535f0d5d70f942ca56340d212630 (patch)
treeb496a98092420a28fdf58b8117261dd2bbcb2158 /sw/source/ui/inc/pardlg.hxx
parent31bb061ab539e2d6932e6caf39c78c1bde30ff95 (diff)
INTEGRATION: CWS dialogdiet01 (1.1.1.1.628); FILE MERGED
2004/03/26 09:12:05 mwu 1.1.1.1.628.1: sw model converted. 20040326
Diffstat (limited to 'sw/source/ui/inc/pardlg.hxx')
-rw-r--r--sw/source/ui/inc/pardlg.hxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/sw/source/ui/inc/pardlg.hxx b/sw/source/ui/inc/pardlg.hxx
index e58d3c2924..e8bb83d9e1 100644
--- a/sw/source/ui/inc/pardlg.hxx
+++ b/sw/source/ui/inc/pardlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pardlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: hr $ $Date: 2004-05-10 16:29:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,25 +72,25 @@ class SfxItemSet;
#define DLG_STD 0
#define DLG_ENVELOP 2
-class SwParaDlg: public SfxTabDialog
-{
- SwView& rView;
- USHORT nHtmlMode;
- BYTE nDlgMode;
- BOOL bDrawParaDlg;
-
- void PageCreated(USHORT nID, SfxTabPage& rPage);
-
-public:
- SwParaDlg( Window *pParent,
- SwView& rVw,
- const SfxItemSet&,
- BYTE nDialogMode,
- const String *pCollName = 0,
- BOOL bDraw = FALSE,
- UINT16 nDefPage = 0);
- ~SwParaDlg();
-};
+//CHINA001 class SwParaDlg: public SfxTabDialog
+//CHINA001 {
+//CHINA001 SwView& rView;
+//CHINA001 USHORT nHtmlMode;
+//CHINA001 BYTE nDlgMode;
+//CHINA001 BOOL bDrawParaDlg;
+//CHINA001
+//CHINA001 void PageCreated(USHORT nID, SfxTabPage& rPage);
+//CHINA001
+//CHINA001 public:
+//CHINA001 SwParaDlg( Window *pParent,
+//CHINA001 SwView& rVw,
+//CHINA001 const SfxItemSet&,
+//CHINA001 BYTE nDialogMode,
+//CHINA001 const String *pCollName = 0,
+//CHINA001 BOOL bDraw = FALSE,
+//CHINA001 UINT16 nDefPage = 0);
+//CHINA001 ~SwParaDlg();
+//CHINA001 };
#endif