diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:20:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:20:17 +0000 |
commit | 50525112894b554429000ddbbb6e8afe1d02e90d (patch) | |
tree | c3c1aed1a827c6c38f70b4bd1265e397b0250386 /sw/source/ui/shells/grfshex.cxx | |
parent | e5cb84e12e4bb5b28395cf17593bee66a82b2f62 (diff) |
INTEGRATION: CWS aw024 (1.13.188); FILE MERGED
2006/09/22 02:26:46 aw 1.13.188.5: RESYNC: (1.16-1.17); FILE MERGED
2006/09/08 20:55:51 aw 1.13.188.4: RESYNC: (1.15-1.16); FILE MERGED
2006/05/12 22:08:40 aw 1.13.188.3: RESYNC: (1.14-1.15); FILE MERGED
2005/09/17 22:53:22 aw 1.13.188.2: RESYNC: (1.13-1.14); FILE MERGED
2005/05/19 12:15:26 aw 1.13.188.1: #i39529#
Diffstat (limited to 'sw/source/ui/shells/grfshex.cxx')
-rw-r--r-- | sw/source/ui/shells/grfshex.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/shells/grfshex.cxx b/sw/source/ui/shells/grfshex.cxx index 9a83c86e87..373fdefec6 100644 --- a/sw/source/ui/shells/grfshex.cxx +++ b/sw/source/ui/shells/grfshex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: grfshex.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:15:24 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:20:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,6 +125,10 @@ #include <svtools/stritem.hxx> #include <avmedia/mediawindow.hxx> +#ifndef _SV_SVAPP_HXX +#include <vcl/svapp.hxx> +#endif + // -> #111827# #include <SwRewriter.hxx> #include <undobj.hxx> |