diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:09:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:09:30 +0000 |
commit | d82bb2da2a752c8089d044f62ec5fca42fd850b8 (patch) | |
tree | 8131e634d5c82f2aeab5f9075a40219316563120 /basic/source/classes/image.cxx | |
parent | 489b4c13bdd224d947da5df78b2f9978241c9149 (diff) |
INTEGRATION: CWS visibility03 (1.11.26); FILE MERGED
2005/04/06 15:23:08 mhu 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED
2005/03/24 18:01:16 mhu 1.11.26.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source/classes/image.cxx')
-rw-r--r-- | basic/source/classes/image.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx index 6e565352cde9..e0ba6a52bb9c 100644 --- a/basic/source/classes/image.cxx +++ b/basic/source/classes/image.cxx @@ -2,9 +2,9 @@ * * $RCSfile: image.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-03-29 11:47:59 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:09:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #endif #include <tools/tenccvt.hxx> #pragma hdrstop -#include <svtools/sbx.hxx> +#include <sbx.hxx> #include "sb.hxx" #include <string.h> // memset() etc #include "image.hxx" |