[Libreoffice-commits] .: starmath/inc starmath/source
Joseph Powers
jpowers at kemper.freedesktop.org
Fri Feb 18 19:13:21 PST 2011
starmath/inc/parse.hxx | 1 -
starmath/inc/symbol.hxx | 9 ++++-----
starmath/source/math_pch.cxx | 1 -
3 files changed, 4 insertions(+), 7 deletions(-)
New commits:
commit 9397d65160be000fcbc9bdd5e017c4f468ae2548
Author: Joseph Powers <jpowers27 at cox.net>
Date: Fri Feb 18 19:13:03 2011 -0800
Remove some #include <tools/list.hxx>
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 4dfa2d1..d636724 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 4638d4f..7740dca 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 ed0dcb4..61df2d6 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>
More information about the Libreoffice-commits
mailing list