diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-06-11 14:24:24 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-06-11 14:24:24 +0000 |
commit | b8f4ec04925521ece61f14226511a8e4bb7f5e48 (patch) | |
tree | eadcddc9c2403e74b9dc192764faa456001c73ad /chart2 | |
parent | 4756dd5e7eedf936aa1719eb2ffabaaf4ce8e757 (diff) |
#i12587# Inserting/Editing arbitrary text objects in chart
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/inc/MenuResids.hrc | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/chart2/source/controller/inc/MenuResids.hrc b/chart2/source/controller/inc/MenuResids.hrc deleted file mode 100644 index 84eb42235e27..000000000000 --- a/chart2/source/controller/inc/MenuResids.hrc +++ /dev/null @@ -1,44 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2008 by Sun Microsystems, Inc. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * $RCSfile: MenuResIds.hrc,v $ - * $Revision: 1.0 $ - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ -#ifndef CHART_MENURESIDS_HRC -#define CHART_MENURESIDS_HRC - -#ifndef _SOLAR_HRC -#include <svtools/solar.hrc> -#endif - -//----------------------------------------------------------------------------- -// context menus - -#define RID_CONTEXTMENU_SHAPE (RID_APP_START + 1) -#define RID_CONTEXTMENU_SHAPEEDIT (RID_APP_START + 2) - -// CHART_MENURESIDS_HRC -#endif |