2012-07-17 12:30:48 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2008-02-18 14:49:40 +00:00
|
|
|
#include "HelpIds.hrc"
|
|
|
|
#include "TabPages.hrc"
|
|
|
|
#include "res_ErrorBar.hrc"
|
|
|
|
|
|
|
|
TabPage TP_YERRORBAR
|
|
|
|
{
|
2010-10-11 17:56:12 +02:00
|
|
|
HelpID = "chart2:TabPage:TP_YERRORBAR";
|
2008-02-18 14:49:40 +00:00
|
|
|
Hide = TRUE ;
|
|
|
|
SVLook = TRUE ;
|
2012-05-15 10:10:18 +02:00
|
|
|
Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
|
2008-03-06 15:47:50 +00:00
|
|
|
RESOURCE_ERRORBARS( 260 - 12, 0 )
|
2008-02-18 14:49:40 +00:00
|
|
|
};
|