diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-02-12 20:04:52 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-02-12 20:05:41 +0100 |
commit | 5d388443b9809e73202ce551bcffa10d442094ca (patch) | |
tree | bdd92dc2336d5e2e975980ea70fc1d25c9f3cf43 /chart2 | |
parent | 944886f6d96843ca4f5833ecca48a693c81abc3b (diff) |
Blind attempt to fix the Windows build.
Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/CachedDataSequence.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/CachedDataSequence.cxx b/chart2/source/tools/CachedDataSequence.cxx index a45dc907a3ae..ac7e239a2f1f 100644 --- a/chart2/source/tools/CachedDataSequence.cxx +++ b/chart2/source/tools/CachedDataSequence.cxx @@ -398,7 +398,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL com_sun_star_comp_chart_CachedDataSequence_get_implementation(css::uno::XComponentContext *context, css::uno::Sequence<css::uno::Any> const &) { - return cppu::acquire(new chart::CachedDataSequence(context)); + return cppu::acquire(new ::chart::CachedDataSequence(context)); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |