diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:40:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:40:37 +0000 |
commit | cdf4ae970e105865a39e38a29d923aeb4e7fd20a (patch) | |
tree | 330d329b76442e8275612af758e33e3c89aa1547 /svx/source/dialog/srchxtra.cxx | |
parent | a7c349cb067695263efe6171a9bdaf8cd910e16c (diff) |
INTEGRATION: CWS vgbugs07 (1.14.32); FILE MERGED
2007/06/04 13:26:28 vg 1.14.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/srchxtra.cxx')
-rw-r--r-- | svx/source/dialog/srchxtra.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/srchxtra.cxx b/svx/source/dialog/srchxtra.cxx index 88a9b7313549..91af287071d7 100644 --- a/svx/source/dialog/srchxtra.cxx +++ b/svx/source/dialog/srchxtra.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srchxtra.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:41:42 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:40:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,13 +61,13 @@ #endif #ifndef _SVX_DIALOGS_HRC -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #endif #ifndef _SVX_SRCHXTRA_HRC #include "srchxtra.hrc" #endif #ifndef _SVXITEMS_HRC -#include "svxitems.hrc" +#include <svx/svxitems.hrc> #endif #ifndef _SVX_FLSTITEM_HXX @@ -81,7 +81,7 @@ #include "paragrph.hxx" #endif #ifndef _SVX_DIALMGR_HXX -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #endif #ifndef _SVX_BACKGRND_HXX #include "backgrnd.hxx" |