diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:16:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:16:39 +0000 |
commit | 618ba1f348eec9d073ed327c7ee03aaaef59447f (patch) | |
tree | 821ad8eebaae1b20958fabc530415677d4462ded /sfx2/source/dialog/srchdlg.cxx | |
parent | 7492f341285a253aafcb61690bb852fecba14f92 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED
2007/06/04 13:34:50 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/dialog/srchdlg.cxx')
-rw-r--r-- | sfx2/source/dialog/srchdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/srchdlg.cxx b/sfx2/source/dialog/srchdlg.cxx index 730733de0737..1dcde732442e 100644 --- a/sfx2/source/dialog/srchdlg.cxx +++ b/sfx2/source/dialog/srchdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srchdlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:12:33 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:16:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #include "srchdlg.hxx" #include "sfxresid.hxx" -#include "sfxuno.hxx" +#include <sfx2/sfxuno.hxx> #include "srchdlg.hrc" #include "dialog.hrc" |