diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:54:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:54:55 +0000 |
commit | 94643d5f8730a32eb27eae5d3cb260d7384c7c95 (patch) | |
tree | df09d42d202f1b41cc41f8e0f9ca6e2f7eb489ea /sfx2/source/appl/appbaslib.cxx | |
parent | 16d2e386917c837338d62c0965d89250defc0edf (diff) |
INTEGRATION: CWS vgbugs07 (1.4.72); FILE MERGED
2007/06/04 13:34:37 vg 1.4.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/appbaslib.cxx')
-rw-r--r-- | sfx2/source/appl/appbaslib.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx index 3cef97524fda..4ec32dc0bdad 100644 --- a/sfx2/source/appl/appbaslib.cxx +++ b/sfx2/source/appl/appbaslib.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appbaslib.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2007-03-15 17:02:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:54:55 $ * * 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 "appbaslib.hxx" #endif -#include "sfxuno.hxx" +#include <sfx2/sfxuno.hxx> #include "sfxtypes.hxx" -#include "app.hxx" +#include <sfx2/app.hxx> #include <basic/basmgr.hxx> #include <tools/diagnose_ex.h> |