diff options
Diffstat (limited to 'sc/source/ui/inc/namecrea.hxx')
-rw-r--r-- | sc/source/ui/inc/namecrea.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/source/ui/inc/namecrea.hxx b/sc/source/ui/inc/namecrea.hxx index e4e053fe0bcf..37c0f1b61a11 100644 --- a/sc/source/ui/inc/namecrea.hxx +++ b/sc/source/ui/inc/namecrea.hxx @@ -31,12 +31,7 @@ #include <vcl/dialog.hxx> #include <vcl/imagebtn.hxx> #include <vcl/fixed.hxx> -#include "scui_def.hxx" //CHINA001 - -//CHINA001 #define NAME_TOP 1 -//CHINA001 #define NAME_LEFT 2 -//CHINA001 #define NAME_BOTTOM 4 -//CHINA001 #define NAME_RIGHT 8 +#include "scui_def.hxx" class ScNameCreateDlg : public ModalDialog { |