From 34c491dabedf3ce4feb1db6d00df33e5573ec03c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 26 Apr 2013 22:53:04 -0400 Subject: Handle invariant group with single references. Change-Id: Ifbbac2b11b1023a5cf3d21204c12b9740af09aaf --- include/formula/types.hxx | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 include/formula/types.hxx (limited to 'include/formula/types.hxx') diff --git a/include/formula/types.hxx b/include/formula/types.hxx new file mode 100644 index 000000000000..33ead51620a6 --- /dev/null +++ b/include/formula/types.hxx @@ -0,0 +1,35 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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 . + */ + +#ifndef FORMULA_TYPES_HXX +#define FORMULA_TYPES_HXX + +#include + +namespace formula { + +class FormulaToken; +typedef ::boost::intrusive_ptr FormulaTokenRef; +typedef ::boost::intrusive_ptr FormulaConstTokenRef; + +} + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit