diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 10:23:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:47 +0100 |
commit | 6d564bac023ef13955ad0269c91370396cf33d3e (patch) | |
tree | f31debe4f6fecb5f7557d427083602343448be9d /chart2 | |
parent | 02eb7511f99d2e2322c57ea86695c3db87a037fd (diff) |
svx: Use constructor feature for SvXMLGraphicImportExportHelper.
Change-Id: Icc281ece80b81cdd95b6660c6a82077d283f5a62
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/CppunitTest_chart2_export.mk | 1 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_import.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_export.mk b/chart2/CppunitTest_chart2_export.mk index 41b751493d5a..ab37efb5a2af 100644 --- a/chart2/CppunitTest_chart2_export.mk +++ b/chart2/CppunitTest_chart2_export.mk @@ -104,6 +104,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export,\ svl/util/svl \ svtools/util/svt \ svx/util/svx \ + svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk index 2ca91f74395f..0aec8bd43607 100644 --- a/chart2/CppunitTest_chart2_import.mk +++ b/chart2/CppunitTest_chart2_import.mk @@ -110,6 +110,7 @@ $(eval $(call gb_CppunitTest_use_components,chart2_import,\ svl/util/svl \ svtools/util/svt \ svx/util/svx \ + svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ |