diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 16:15:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 17:32:58 +0100 |
commit | 8233226fe4614d5cebe474a0d1b026084e023e4c (patch) | |
tree | 3e3ae991aa96ea8b289bd925ad4ecb9e766f4fdd /include/oox | |
parent | b9bcc9c5c10841dcdfa9ff5814344ce667678df3 (diff) |
No need for implbase1.hxx to include XComponentContext.hpp
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up,
of course.
Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/chart/converterbase.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/chart/converterbase.hxx b/include/oox/drawingml/chart/converterbase.hxx index 4bf233be1e59..f16950f85564 100644 --- a/include/oox/drawingml/chart/converterbase.hxx +++ b/include/oox/drawingml/chart/converterbase.hxx @@ -29,6 +29,7 @@ namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } namespace chart2 { class XTitle; } namespace drawing { class XShape; } + namespace uno { class XComponentContext; } } } } namespace oox { namespace core { |