diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:17:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:17:59 +0000 |
commit | b4e9520b29dafab86c676175a6f1c5dc2997290f (patch) | |
tree | 51ab5ec9c69f90c960ccbc059e95c0cb55e56b92 /sfx2 | |
parent | 02dbb6f74d3b1f47f7cc2914a30a57922596b651 (diff) |
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
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/versdlg.cxx | 18 |
1 files 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 <sfx2/viewfrm.hxx> #include "sfxresid.hxx" -#include "docfile.hxx" -#include "objsh.hxx" -#include "sfxsids.hrc" -#include "dispatch.hxx" -#include "request.hxx" +#include <sfx2/docfile.hxx> +#include <sfx2/objsh.hxx> +#include <sfx2/sfxsids.hrc> +#include <sfx2/dispatch.hxx> +#include <sfx2/request.hxx> -#include <sfxuno.hxx> +#include <sfx2/sfxuno.hxx> using namespace com::sun::star; |