diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:56:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:56:34 +0000 |
commit | 13e5de6bdcf397d5958310fefcae8db2f068a1b8 (patch) | |
tree | 3d485d9d4b1a1dd72e780c422f25304876120d31 /svtools/source/numbers | |
parent | 662eb8b8c17224026d4abb3b08068375f3109601 (diff) |
INTEGRATION: CWS vgbugs07 (1.46.178); FILE MERGED
2007/06/04 13:31:44 vg 1.46.178.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/numbers')
-rw-r--r-- | svtools/source/numbers/zforfind.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/numbers/zforfind.cxx b/svtools/source/numbers/zforfind.cxx index ecb8c8c18463..f482ce4f295a 100644 --- a/svtools/source/numbers/zforfind.cxx +++ b/svtools/source/numbers/zforfind.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zforfind.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: hr $ $Date: 2006-10-24 13:04:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:56:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,9 +63,9 @@ #include <com/sun/star/i18n/CalendarFieldIndex.hpp> #endif -#include "zforlist.hxx" // NUMBERFORMAT_XXX +#include <svtools/zforlist.hxx> // NUMBERFORMAT_XXX #include "zforscan.hxx" -#include "zformat.hxx" +#include <svtools/zformat.hxx> #define _ZFORFIND_CXX #include "zforfind.hxx" |