diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:56:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:56:08 +0000 |
commit | 7435590bd909a178f2e89f0fdd7e2661d637d231 (patch) | |
tree | 48e9e6912757d592cc0e2c38a08bb3d4b2c0a960 /starmath/source/node.cxx | |
parent | 857f38bfe49fa6a2def627202dd53d34ba66ae39 (diff) |
INTEGRATION: CWS vclcleanup02 (1.29.24); FILE MERGED
2003/12/11 08:50:31 mt 1.29.24.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r-- | starmath/source/node.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 17a9af59e17e..77e0a1d7aac5 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2,9 +2,9 @@ * * $RCSfile: node.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: obo $ $Date: 2003-10-20 16:09:49 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:56:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #ifndef INCLUDED_RTL_MATH_HXX #include <rtl/math.hxx> #endif -#ifndef _SV_COLOR_HXX //autogen -#include <vcl/color.hxx> +#ifndef _TOOLS_COLOR_HXX +#include <tools/color.hxx> #endif #ifndef _SV_METRIC_HXX //autogen #include <vcl/metric.hxx> |