diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 11:12:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 11:12:45 +0000 |
commit | 1990d8a939d848f683c3968ee69dfef1b8f52913 (patch) | |
tree | f76d2e270fd2d0b7eac1a54cdbd76e2d94b5403c /oox/source/drawingml/diagram | |
parent | 1c153559ed33aef8e6adfbdbc54a4084c2a1df74 (diff) |
INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED
2008/06/27 12:10:49 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED
2008/05/02 11:18:50 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED
2008/04/23 15:58:35 dr 1.3.4.3: a little theme cleanup
2008/04/02 12:41:58 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05
2008/04/01 15:38:19 hbrinkm 1.3.4.1: 'Merged xmlfilter04'
Diffstat (limited to 'oox/source/drawingml/diagram')
-rw-r--r-- | oox/source/drawingml/diagram/datamodelcontext.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/datamodelcontext.cxx b/oox/source/drawingml/diagram/datamodelcontext.cxx index 5ae87acbca13..cb98991dec97 100644 --- a/oox/source/drawingml/diagram/datamodelcontext.cxx +++ b/oox/source/drawingml/diagram/datamodelcontext.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: datamodelcontext.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -31,6 +31,7 @@ #include "oox/drawingml/diagram/datamodelcontext.hxx" #include "oox/helper/attributelist.hxx" #include "oox/core/skipcontext.hxx" +#include "oox/core/namespaces.hxx" #include "oox/drawingml/fillpropertiesgroupcontext.hxx" #include "oox/drawingml/shapepropertiescontext.hxx" #include "oox/drawingml/textbodycontext.hxx" |