summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/frmdescr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:21:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:21:48 +0000
commit9cb205320d20ac827f6092dcfd48245d4a55fd2c (patch)
tree4addac29fefd3202cb1874cd8ea7c8ff81f10a47 /sfx2/source/doc/frmdescr.cxx
parentc465ffac02e8f44366bf0dbe5758469833799fca (diff)
INTEGRATION: CWS vgbugs07 (1.12.218); FILE MERGED
2007/06/04 13:34:54 vg 1.12.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/doc/frmdescr.cxx')
-rw-r--r--sfx2/source/doc/frmdescr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx
index 31c4407053fb..3aafc0edc487 100644
--- a/sfx2/source/doc/frmdescr.cxx
+++ b/sfx2/source/doc/frmdescr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmdescr.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:41:16 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:21:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,8 +50,8 @@
#ifndef GCC
#endif
-#include "frmdescr.hxx"
-#include "app.hxx"
+#include <sfx2/frmdescr.hxx>
+#include <sfx2/app.hxx>
DBG_NAME(SfxFrameDescriptor);