diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 08:48:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 08:48:29 +0000 |
commit | aaf36c8e3be18dfb421987917fccac5c86c14b0e (patch) | |
tree | 99110ff09bcaffe1d838ddd49ba1b101e1758e40 /svx/source/dialog/optupdt.hrc | |
parent | f154e6f59b193c575c97337f211b30b7dbbc510f (diff) |
INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED
2006/07/17 08:26:48 obr 1.1.2.1: #i66949# initial release of Online Update tab-page
Diffstat (limited to 'svx/source/dialog/optupdt.hrc')
-rw-r--r-- | svx/source/dialog/optupdt.hrc | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/svx/source/dialog/optupdt.hrc b/svx/source/dialog/optupdt.hrc new file mode 100644 index 000000000000..1b699637fdb3 --- /dev/null +++ b/svx/source/dialog/optupdt.hrc @@ -0,0 +1,55 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: optupdt.hrc,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: ihi $ $Date: 2006-08-04 09:48:29 $ + * + * 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 + * + ************************************************************************/ +#ifndef _SVX_OPTUPDT_HRC +#define _SVX_OPTUPDT_HRC + +// defines --------------------------------------------------------------- + +// class SvxOnlineUpdateTabPage ---------------------------------------------- + +#define FL_OPTIONS 10 +#define CB_AUTOCHECK 11 +#define RB_EVERYDAY 12 +#define RB_EVERYWEEK 13 +#define RB_EVERYMONTH 14 +#define PB_CHECKNOW 15 +#define CB_AUTODOWNLOAD 16 +#define FT_DESTPATHLABEL 17 +#define FT_DESTPATH 18 +#define PB_CHANGEPATH 19 + + +#endif // #ifndef _SVX_OPTUPDT_HRC + |