diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-12 18:03:09 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-12 18:03:09 +0100 |
commit | 46609bbf0fbcef0c4b9cc835c31e54a93d80c404 (patch) | |
tree | 19e6ffe2647e2788e80eaf9113877eed9bf78530 /oox/inc | |
parent | 97811e2bbb84b82dbc52619bc70f8ed2eba59ee7 (diff) |
dr78: build errors after rebase
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/helper/modelobjecthelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/helper/modelobjecthelper.hxx b/oox/inc/oox/helper/modelobjecthelper.hxx index a235b402a872..b4eb38cd7cbe 100644 --- a/oox/inc/oox/helper/modelobjecthelper.hxx +++ b/oox/inc/oox/helper/modelobjecthelper.hxx @@ -116,7 +116,7 @@ private: ObjectContainer maMarkerContainer; /// Contains all named line markers (line end polygons). ObjectContainer maDashContainer; /// Contains all named line dsahes. ObjectContainer maGradientContainer; /// Contains all named fill gradients. - ObjectContainer maBitmapContainer; /// Contains all named fill bitmap URLs. + ObjectContainer maBitmapUrlContainer; /// Contains all named fill bitmap URLs. const ::rtl::OUString maDashNameBase; /// Base name for all named line dashes. const ::rtl::OUString maGradientNameBase; /// Base name for all named fill gradients. const ::rtl::OUString maBitmapUrlNameBase; /// Base name for all named fill bitmap URLs. |