ooo-build r10764 - in trunk/scratch/scsolver: . source/inc source/numeric source/service source/tool source/ui



Author: kyoshida
Date: 2007-11-07 16:33:02 +0000 (Wed, 07 Nov 2007)
New Revision: 10764
ViewCVS link: http://svn.gnome.org/viewcvs/ooo-build?rev=10764&view=rev

Modified:
   trunk/scratch/scsolver/ChangeLog
   trunk/scratch/scsolver/source/inc/unoglobal.hxx
   trunk/scratch/scsolver/source/numeric/cellfuncobj.cxx
   trunk/scratch/scsolver/source/numeric/diff.cxx
   trunk/scratch/scsolver/source/numeric/diff_test.cxx
   trunk/scratch/scsolver/source/numeric/funcobj.cxx
   trunk/scratch/scsolver/source/numeric/lpbase.cxx
   trunk/scratch/scsolver/source/numeric/lpmodel.cxx
   trunk/scratch/scsolver/source/numeric/lpsimplex.cxx
   trunk/scratch/scsolver/source/numeric/lpsolve.cxx
   trunk/scratch/scsolver/source/numeric/matrix.cxx
   trunk/scratch/scsolver/source/numeric/nlpbase.cxx
   trunk/scratch/scsolver/source/numeric/nlpmodel.cxx
   trunk/scratch/scsolver/source/numeric/nlpqnewton.cxx
   trunk/scratch/scsolver/source/numeric/polyeqnsolver.cxx
   trunk/scratch/scsolver/source/numeric/quadfitlinesearch.cxx
   trunk/scratch/scsolver/source/service/service.cxx
   trunk/scratch/scsolver/source/tool/global.cxx
   trunk/scratch/scsolver/source/ui/basedlg.cxx
   trunk/scratch/scsolver/source/ui/dialog.cxx
   trunk/scratch/scsolver/source/ui/listener.cxx
   trunk/scratch/scsolver/source/ui/lpbuilder.cxx
   trunk/scratch/scsolver/source/ui/optiondlg.cxx
   trunk/scratch/scsolver/source/ui/solvemodel.cxx
   trunk/scratch/scsolver/source/ui/xcalc.cxx
Log:
2007-11-07  Kohei Yoshida  <kyoshida novell com>

	* source/inc/unoglobal.hxx: moved #include <sal/config.h> to the top of
	the include lines.
	
	* source/numeric/cellfuncobj.cxx:
	* source/numeric/diff.cxx:
	* source/numeric/diff_test.cxx:
	* source/numeric/funcobj.cxx:
	* source/numeric/lpbase.cxx:
	* source/numeric/lpmodel.cxx:
	* source/numeric/lpsimplex.cxx:
	* source/numeric/lpsolve.cxx:
	* source/numeric/matrix.cxx:
	* source/numeric/nlpbase.cxx:
	* source/numeric/nlpmodel.cxx:
	* source/numeric/nlpqnewton.cxx:
	* source/numeric/polyeqnsolver.cxx:
	* source/numeric/quadfitlinesearch.cxx:
	* source/service/service.cxx:
	* source/tool/global.cxx:
	* source/ui/basedlg.cxx:
	* source/ui/dialog.cxx:
	* source/ui/listener.cxx:
	* source/ui/lpbuilder.cxx:
	* source/ui/optiondlg.cxx:
	* source/ui/solvemodel.cxx:
	* source/ui/xcalc.cxx: removed 'using namespace std' because apparently
	that causes a problem compiling boost ublas library with sun studio 
	compiler.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]