summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/dlg_InsertErrorBars.src
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:43:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:43:01 +0000
commit6d135604a888e8ee3c6d26a65626f83db87a92e7 (patch)
tree8f6014aad1495a74bbe11d01465b948ff8fa54e2 /chart2/source/controller/dialogs/dlg_InsertErrorBars.src
parentINTEGRATION: CWS chart19 (1.1.2); FILE ADDED (diff)
downloadcore-6d135604a888e8ee3c6d26a65626f83db87a92e7.tar.gz
core-6d135604a888e8ee3c6d26a65626f83db87a92e7.zip
INTEGRATION: CWS chart19 (1.1.2); FILE ADDED
2007/12/20 16:16:37 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_InsertErrorBars.src')
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertErrorBars.src51
1 files changed, 51 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/dlg_InsertErrorBars.src b/chart2/source/controller/dialogs/dlg_InsertErrorBars.src
new file mode 100644
index 000000000000..35d8366f617f
--- /dev/null
+++ b/chart2/source/controller/dialogs/dlg_InsertErrorBars.src
@@ -0,0 +1,51 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: dlg_InsertErrorBars.src,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: rt $ $Date: 2008-02-18 15:43:01 $
+ *
+ * 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
+ *
+ ************************************************************************/
+
+#include "dlg_InsertErrorBars.hrc"
+#include "SchSlotIds.hxx"
+#include "HelpIds.hrc"
+#include "CommonResources.hrc"
+#include "res_ErrorBar.hrc"
+
+ModalDialog DLG_DATA_YERRORBAR
+{
+// HelpID = SID_INSERT_STATISTICS ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 308 , 150 ) ;
+ Moveable = TRUE ;
+ BUTTONS_OK_CANCEL_HELP_STACKED(252)
+ RESOURCE_ERRORBARS( 252 - 6 )
+};