From 9397d65160be000fcbc9bdd5e017c4f468ae2548 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Fri, 18 Feb 2011 19:13:03 -0800 Subject: Remove some #include --- starmath/inc/parse.hxx | 1 - starmath/inc/symbol.hxx | 9 ++++----- starmath/source/math_pch.cxx | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 4dfa2d1d23..d636724074 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -31,7 +31,6 @@ #include #include -#include #include #include "types.hxx" diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 4638d4fcca..7740dcaf73 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -30,7 +30,6 @@ #define SYMBOL_HXX #include -#include #include #include #include @@ -140,8 +139,8 @@ typedef std::vector< const SmSym * > SymbolPtrVec_t; struct lt_SmSymPtr : public std::binary_function< const SmSym *, const SmSym *, bool > { - bool operator() ( const SmSym *pSym1, const SmSym *pSym2 ) - { + bool operator() ( const SmSym *pSym1, const SmSym *pSym2 ) + { return pSym1->GetCharacter() < pSym2->GetCharacter(); } }; @@ -180,7 +179,7 @@ public: { return ((SmSymbolManager *) this)->GetSymbolByName(rSymbolName); } - + bool IsModified() const { return m_bModified; } void SetModified(bool bModify) { m_bModified = bModify; } diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx index ed0dcb4d6f..61df2d6784 100644 --- a/starmath/source/math_pch.cxx +++ b/starmath/source/math_pch.cxx @@ -41,7 +41,6 @@ //--------- ab hier die "generierten" #include #include -#include #include #include #include -- cgit v1.2.3