diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:39:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 08:39:09 +0000 |
commit | 73a8509ca4d5f9e2c32d00d085b4bbf7f44d6179 (patch) | |
tree | 21981122ca46163ed521b4d24c038fa5c9f0a115 /svx/source/dialog/newtabledlg.hrc | |
parent | 0f76b78456225c38a026c55678b55fd705866718 (diff) |
INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED
2008/01/21 15:47:03 cl 1.1.2.1: #i68103# added dialog for 'Insert Table' in impress/draw
Diffstat (limited to 'svx/source/dialog/newtabledlg.hrc')
-rw-r--r-- | svx/source/dialog/newtabledlg.hrc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/svx/source/dialog/newtabledlg.hrc b/svx/source/dialog/newtabledlg.hrc new file mode 100644 index 000000000000..248f33d3593d --- /dev/null +++ b/svx/source/dialog/newtabledlg.hrc @@ -0,0 +1,43 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: newtabledlg.hrc,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2008-03-12 09:39:09 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +#define FT_COLUMNS 1 +#define NF_COLUMNS 2 +#define FT_ROWS 3 +#define NF_ROWS 4 +#define FL_SEP 5 +#define BTN_HELP 6 +#define BTN_OK 7 +#define BTN_CANCEL 8 |