diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:47:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:47:20 +0000 |
commit | 337977ba89e3b9d1bbed74386ca8b97e687ce1e7 (patch) | |
tree | 789da15883650ca98415a59c7f801f71f00a0812 | |
parent | 47e75b333bc6c2ec1747390d89274c1081b2f509 (diff) |
INTEGRATION: CWS pchfix04 (1.28.38); FILE MERGED
2007/02/05 12:14:00 os 1.28.38.1: #i73604# usage of ITEMID_* removed
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index dcddd63bc768..bd560cd4f67a 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scene3d.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:31:06 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:47:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#define ITEMID_COLOR SID_ATTR_3D_LIGHTCOLOR #include "svdstr.hrc" #include "svdglob.hxx" |