diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-03-17 18:25:05 +0100 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-03-17 18:25:05 +0100 |
commit | 14fb1c8562c31a10b7289714ab1d558b897379fc (patch) | |
tree | f2a61bf12276e9692f45e49f271e96c706dcbe00 /oox/source/drawingml/chart/converterbase.cxx | |
parent | df4b4ef4da48195b747373fb5a185cc7afd0a2bf (diff) | |
parent | 47d83021c1fb1fb51cb268f7549d9d0f92531e66 (diff) |
chartpositioning: merge with DEV300_m75
Diffstat (limited to 'oox/source/drawingml/chart/converterbase.cxx')
-rw-r--r-- | oox/source/drawingml/chart/converterbase.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterbase.cxx index 5f4e768a7abd..b5a0511bf1b8 100644 --- a/oox/source/drawingml/chart/converterbase.cxx +++ b/oox/source/drawingml/chart/converterbase.cxx @@ -2,14 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: converterbase.cxx,v $ - * - * $Revision: 1.4.6.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -168,11 +164,11 @@ struct ConverterData typedef ::std::map< TitleKey, TitleLayoutInfo > TitleMap; ObjectFormatter maFormatter; + TitleMap maTitles; XmlFilterBase& mrFilter; ChartConverter& mrConverter; Reference< XChartDocument > mxDoc; Size maSize; - TitleMap maTitles; explicit ConverterData( XmlFilterBase& rFilter, |