diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-03-04 18:38:57 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-03-04 18:38:57 +0000 |
commit | e1003f310a5719066a44f0cbe3ed0ce79671a690 (patch) | |
tree | 9a058d371b791f02d8da24f8b42f70dce3568df4 /sc/source/ui/view/tabvwsh3.cxx | |
parent | 38cdec2a7badf08d97adc302ba4a22ded4212cb1 (diff) |
#97032# ITEMID_FIELD must be defined before including EditEngine headers
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 068828835425..7db0c6608223 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh3.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nn $ $Date: 2001-09-24 17:34:46 $ + * last change: $Author: nn $ $Date: 2002-03-04 19:28:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,9 @@ // INCLUDE --------------------------------------------------------------- #include "scitems.hxx" +#include <svx/eeitem.hxx> +#define ITEMID_FIELD EE_FEATURE_FIELD + #include <svx/zoom.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> |