diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:20:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:20:53 +0000 |
commit | b839a96d6237e4381794095564378a2bcb67a6ab (patch) | |
tree | 6295d8fb40a3fa57807c49110107d1d9f86e4ab9 /svtools/source | |
parent | a26c2dcf4a8e6acf1a1d629e2d7b55c005430a2f (diff) |
INTEGRATION: CWS vgbugs07 (1.8.182); FILE MERGED
2007/06/04 13:31:28 vg 1.8.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/contnr/svimpicn.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/contnr/svimpicn.cxx b/svtools/source/contnr/svimpicn.cxx index 655f58cd6e5e..d221872f4d02 100644 --- a/svtools/source/contnr/svimpicn.cxx +++ b/svtools/source/contnr/svimpicn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svimpicn.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:10:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:20:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,16 +47,16 @@ #include <vcl/sound.hxx> #endif -#include <svlbox.hxx> -#include <svicnvw.hxx> +#include <svtools/svlbox.hxx> +#include <svtools/svicnvw.hxx> #ifndef _SVIMPICN_HXX #include <svimpicn.hxx> #endif #ifndef _SVLBITM_HXX -#include <svlbitm.hxx> +#include <svtools/svlbitm.hxx> #endif #ifndef _SVARRAY_HXX -#include "svarray.hxx" +#include <svtools/svarray.hxx> #endif |