diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:27:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 18:27:34 +0000 |
commit | 31e6eee846fc1b288b646ea570fd979048bcf245 (patch) | |
tree | d04d00eaae5042c121b9643376eaf57c90b6b847 /svtools | |
parent | da045d338e66c15578bec577c6c4c2497f37eda7 (diff) |
INTEGRATION: CWS vclcleanup02 (1.3.224); FILE MERGED
2003/12/11 09:07:22 mt 1.3.224.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/filter/sgfbram.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/filter/sgfbram.cxx b/svtools/source/filter.vcl/filter/sgfbram.cxx index 1674e86b2ce4..4c3dc982b5fc 100644 --- a/svtools/source/filter.vcl/filter/sgfbram.cxx +++ b/svtools/source/filter.vcl/filter/sgfbram.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sgfbram.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:53:14 $ + * last change: $Author: vg $ $Date: 2004-01-06 19:27:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #include <string.h> #include <tools/stream.hxx> #include <vcl/gdimtf.hxx> -#include <vcl/color.hxx> +#include <tools/color.hxx> #include <vcl/virdev.hxx> #include "sgffilt.hxx" #include "sgfbram.hxx" |