diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:18:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:18:12 +0000 |
commit | 7d7fb39410d802bab41a101e67cff6917de17abe (patch) | |
tree | 2b7859addf08891d118a74735e90096da3d054f7 /sfx2/source/doc/QuerySaveDocument.cxx | |
parent | b4e9520b29dafab86c676175a6f1c5dc2997290f (diff) |
INTEGRATION: CWS vgbugs07 (1.4.218); FILE MERGED
2007/06/04 13:34:51 vg 1.4.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/doc/QuerySaveDocument.cxx')
-rw-r--r-- | sfx2/source/doc/QuerySaveDocument.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/QuerySaveDocument.cxx b/sfx2/source/doc/QuerySaveDocument.cxx index 5f51e4480e2d..1431c933b12a 100644 --- a/sfx2/source/doc/QuerySaveDocument.cxx +++ b/sfx2/source/doc/QuerySaveDocument.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QuerySaveDocument.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:38:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:18:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,9 @@ #include "precompiled_sfx2.hxx" #include "QuerySaveDocument.hxx" -#include "sfx.hrc" +#include <sfx2/sfx.hrc> #include "sfxresid.hxx" -#include "sfxuno.hxx" +#include <sfx2/sfxuno.hxx> #include "doc.hrc" #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> |