diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:02:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:02:38 +0000 |
commit | 2c8c81a260afda95671610e6213438546f2779f3 (patch) | |
tree | d45059e8663e57fc11115e8dd1ec2218c6a4ff58 /sc/source/ui/inc/namepast.hxx | |
parent | 77b7f8f36ff6e2a9b4fb85ca3c39fb0e26ac8013 (diff) |
INTEGRATION: CWS dialogdiet01 (1.1.1.1.412); FILE MERGED
2004/04/22 01:25:21 mwu 1.1.1.1.412.1: dialogdiet01_2004_04_22
Diffstat (limited to 'sc/source/ui/inc/namepast.hxx')
-rw-r--r-- | sc/source/ui/inc/namepast.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx index aee54955c1cf..cb290d66183b 100644 --- a/sc/source/ui/inc/namepast.hxx +++ b/sc/source/ui/inc/namepast.hxx @@ -2,9 +2,9 @@ * * $RCSfile: namepast.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $ + * last change: $Author: hr $ $Date: 2004-05-10 16:01:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,9 +78,10 @@ #include <vcl/lstbox.hxx> #endif -#define BTN_PASTE_NAME 100 -#define BTN_PASTE_LIST 101 - +#include "scui_def.hxx" //CHINA001 +//CHINA001 #define BTN_PASTE_NAME 100 +//CHINA001 #define BTN_PASTE_LIST 101 +//CHINA001 class ScRangeName; class ScNamePasteDlg : public ModalDialog |