diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:20:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:20:23 +0000 |
commit | 14322155748086a96236549161b31f3687f6eb65 (patch) | |
tree | 8d1a2c8c0298fc8ed68a6b21846e500993cfeef9 /svtools | |
parent | 92805d07f7da161d23e27445b5b6802e0da6b940 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.200); FILE MERGED
2007/06/04 13:31:28 vg 1.6.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svicnvw.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/contnr/svicnvw.cxx b/svtools/source/contnr/svicnvw.cxx index 14c27dcdef62..ecee51a17395 100644 --- a/svtools/source/contnr/svicnvw.cxx +++ b/svtools/source/contnr/svicnvw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svicnvw.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2007-06-12 05:29:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:20:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include <svlbox.hxx> -#include <svicnvw.hxx> +#include <svtools/svlbox.hxx> +#include <svtools/svicnvw.hxx> #include <svimpicn.hxx> -#include <svlbitm.hxx> +#include <svtools/svlbitm.hxx> #ifndef GCC #endif |