diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:14:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:14:46 +0000 |
commit | 302b0ffeada8ad1a4ef6abea3c2ddc03d7e936ea (patch) | |
tree | f94cd03598fd87f92c44d95944ce8287779f5b33 /sfx2/source/dialog/partwnd.cxx | |
parent | fbe808a3a8780df93477e19894d41d3459c838a4 (diff) |
INTEGRATION: CWS vgbugs07 (1.17.84); FILE MERGED
2007/06/04 13:34:49 vg 1.17.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/dialog/partwnd.cxx')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index cb23084e3aa4..0c1793d4e51a 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: partwnd.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: vg $ $Date: 2007-02-26 16:00:46 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:14:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,13 +83,13 @@ #include <toolkit/helper/vclunohelper.hxx> -#include "sfxsids.hrc" +#include <sfx2/sfxsids.hrc> #include "partwnd.hxx" -#include "bindings.hxx" -#include "dispatch.hxx" -#include "viewfrm.hxx" -#include "frame.hxx" -#include "sfxuno.hxx" +#include <sfx2/bindings.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/frame.hxx> +#include <sfx2/sfxuno.hxx> //**************************************************************************** // SfxPartChildWnd_Impl |