summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inscodlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:00:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 15:00:52 +0000
commit2a3ae4ebc09ea5a52f17e69fb2c42f413dd033b0 (patch)
treecbb682f6965f4f76a1c9242cdfd47274af599440 /sc/source/ui/inc/inscodlg.hxx
parent1f932a76bac8ce35125c87d1c29e5ac1f3c3ea4d (diff)
INTEGRATION: CWS dialogdiet01 (1.3.374); FILE MERGED
2004/04/22 01:25:21 mwu 1.3.374.1: dialogdiet01_2004_04_22
Diffstat (limited to 'sc/source/ui/inc/inscodlg.hxx')
-rw-r--r--sc/source/ui/inc/inscodlg.hxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx
index dfc12682404f..47960ce0dc7e 100644
--- a/sc/source/ui/inc/inscodlg.hxx
+++ b/sc/source/ui/inc/inscodlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inscodlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2002-07-15 14:25:28 $
+ * last change: $Author: hr $ $Date: 2004-05-10 16:00:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,12 +79,13 @@
#endif
//------------------------------------------------------------------------
-#define INS_CONT_NOEMPTY 0x0100
-#define INS_CONT_TRANS 0x0200
-#define INS_CONT_LINK 0x0400
-
-#define SC_CELL_SHIFT_DISABLE_DOWN 0x01
-#define SC_CELL_SHIFT_DISABLE_RIGHT 0x02
+//CHINA001 #define INS_CONT_NOEMPTY 0x0100
+//CHINA001 #define INS_CONT_TRANS 0x0200
+//CHINA001 #define INS_CONT_LINK 0x0400
+//CHINA001
+//CHINA001 #define SC_CELL_SHIFT_DISABLE_DOWN 0x01
+//CHINA001 #define SC_CELL_SHIFT_DISABLE_RIGHT 0x02
+#include "scui_def.hxx"
class ScInsertContentsDlg : public ModalDialog
{