From b4e9520b29dafab86c676175a6f1c5dc2997290f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 22:17:59 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.16.30); FILE MERGED 2007/06/04 13:34:51 vg 1.16.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- sfx2/source/dialog/versdlg.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx index 2057217ecc9f..3cca450f4ed3 100644 --- a/sfx2/source/dialog/versdlg.cxx +++ b/sfx2/source/dialog/versdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: versdlg.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:13:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:17:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,15 +55,15 @@ #include "versdlg.hrc" #include "versdlg.hxx" -#include "viewfrm.hxx" +#include #include "sfxresid.hxx" -#include "docfile.hxx" -#include "objsh.hxx" -#include "sfxsids.hrc" -#include "dispatch.hxx" -#include "request.hxx" +#include +#include +#include +#include +#include -#include +#include using namespace com::sun::star; -- cgit