summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-18 19:13:03 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-18 19:13:03 -0800
commit9397d65160be000fcbc9bdd5e017c4f468ae2548 (patch)
tree33efcaab55fde71edcc9ed58d3913f5fdba1d3cf /starmath
parent86a965614eb70111dfd106855b1b16eaa8be7802 (diff)
Remove some #include <tools/list.hxx>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/parse.hxx1
-rw-r--r--starmath/inc/symbol.hxx9
-rw-r--r--starmath/source/math_pch.cxx1
3 files changed, 4 insertions, 7 deletions
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 <vcl/svapp.hxx>
#include <tools/stack.hxx>
-#include <tools/list.hxx>
#include <tools/string.hxx>
#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 <vcl/font.hxx>
-#include <tools/list.hxx>
#include <tools/debug.hxx>
#include <tools/dynary.hxx>
#include <svl/lstner.hxx>
@@ -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 <tools/string.hxx>
#include <tools/solar.h>
-#include <tools/list.hxx>
#include <tools/contnr.hxx>
#include <tools/rtti.hxx>
#include <tools/ref.hxx>