diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:35:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:35:43 +0000 |
commit | 285afebcfb0e94fa10cf7500cef24a10da4cc791 (patch) | |
tree | 9bad1a114a935974d92242eac9529eefd7797d85 /svx/source/items | |
parent | 0c3ee36aaf482586108dc2f90b5c1b7e21094e27 (diff) |
INTEGRATION: CWS vclcleanup02 (1.8.236); FILE MERGED
2003/12/11 08:29:34 mt 1.8.236.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index a1b72cc97339..e7f3401c8255 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numfmtsh.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-06-27 09:10:47 $ + * last change: $Author: vg $ $Date: 2004-01-06 15:35:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,8 @@ // include --------------------------------------------------------------- -#ifndef _SV_COLOR_HXX -#include <vcl/color.hxx> +#ifndef _TOOLS_COLOR_HXX +#include <tools/color.hxx> #endif #pragma hdrstop |