e13c106f98
2007/06/04 13:34:58 vg 1.5.342.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
57 lines
2.3 KiB
Text
57 lines
2.3 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: sfxlocal.hrc,v $
|
|
*
|
|
* $Revision: 1.6 $
|
|
*
|
|
* last change: $Author: hr $ $Date: 2007-06-27 23:29:04 $
|
|
*
|
|
* 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
|
|
*
|
|
************************************************************************/
|
|
//============================================================================
|
|
// Lokale Resourcen
|
|
//
|
|
// (C) 1996 - 2000 Star Division GmbH, Hamburg, Germany
|
|
// $Author: hr $ $Date: 2007-06-27 23:29:04 $ $Revision: 1.6 $
|
|
// $Logfile: T:/sfx2/source/inc/sfxlocal.hrv $ $Workfile: SFXLOCAL.HRC $
|
|
//----------------------------------------------------------------------------
|
|
#ifndef _SFXLOCAL_HRC
|
|
#define _SFXLOCAL_HRC
|
|
|
|
#include <sfx2/sfx.hrc>
|
|
|
|
// Strings ---------------------------------------------------------------
|
|
|
|
#define STR_SFX_NEWOFFICEDOC (RID_SFX_SFXLOCAL_START + 0)
|
|
#define STR_SFX_FILEDLG_ACTUALVERSION (RID_SFX_SFXLOCAL_START + 2)
|
|
#define STR_SFX_EXPLORERFILE_INSERT (RID_SFX_SFXLOCAL_START + 3)
|
|
#define STR_SFX_EXPLORERFILE_BUTTONINSERT (RID_SFX_SFXLOCAL_START + 4)
|
|
#define STR_SFX_IMPORT_ALL (RID_SFX_SFXLOCAL_START + 5)
|
|
#define STR_SFX_EXPLORERFILE_EXPORT (RID_SFX_SFXLOCAL_START + 6)
|
|
|
|
#endif
|
|
|