vbaaxis.hxx (38d50f7b) vbaaxis.hxx (be7fbbea)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7 unchanged lines hidden (view full) ---

16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef SC_VBA_AXIS_HXX
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7 unchanged lines hidden (view full) ---

16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef SC_VBA_AXIS_HXX
24#define SC_VBA_AXOS_HXX
24#define SC_VBA_AXIS_HXX
25#include <com/sun/star/beans/XPropertySet.hpp>
26#include <ooo/vba/excel/XAxis.hpp>
27#include <ooo/vba/excel/XChart.hpp>
28#include <vbahelper/vbahelperinterface.hxx>
29#include <memory>
30typedef InheritedHelperInterfaceImpl1< ov::excel::XAxis > ScVbaAxis_BASE;
31class ScVbaChart;
32class ScVbaAxis : public ScVbaAxis_BASE

--- 62 unchanged lines hidden ---
25#include <com/sun/star/beans/XPropertySet.hpp>
26#include <ooo/vba/excel/XAxis.hpp>
27#include <ooo/vba/excel/XChart.hpp>
28#include <vbahelper/vbahelperinterface.hxx>
29#include <memory>
30typedef InheritedHelperInterfaceImpl1< ov::excel::XAxis > ScVbaAxis_BASE;
31class ScVbaChart;
32class ScVbaAxis : public ScVbaAxis_BASE

--- 62 unchanged lines hidden ---