diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:38:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:38:24 +0000 |
commit | 07237170e7fbfe8f3cbad321269bad035e7efedb (patch) | |
tree | b2b1aa9fdefbe7f53d9b362b0e352234f8583bb0 /svx/source/dialog/numfmt.cxx | |
parent | 2385a988509c3993febc476ab78857779878e40f (diff) |
INTEGRATION: CWS pchfix04 (1.26.124); FILE MERGED
2007/05/08 17:03:45 hjs 1.26.124.2: RESYNC: (1.26-1.27); FILE MERGED
2007/02/05 12:13:53 os 1.26.124.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/source/dialog/numfmt.cxx')
-rw-r--r-- | svx/source/dialog/numfmt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/numfmt.cxx b/svx/source/dialog/numfmt.cxx index 4986e263c017..b6fca029c689 100644 --- a/svx/source/dialog/numfmt.cxx +++ b/svx/source/dialog/numfmt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numfmt.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:36:26 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:38:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ #include "dialogs.hrc" #include "numfmt.hrc" -#define ITEMID_NUMBERINFO 0 + #include "numinf.hxx" #include "numfmt.hxx" |