Kaydet (Commit) 5d388443 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Blind attempt to fix the Windows build.

Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
üst 944886f6
...@@ -398,7 +398,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL ...@@ -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, com_sun_star_comp_chart_CachedDataSequence_get_implementation(css::uno::XComponentContext *context,
css::uno::Sequence<css::uno::Any> const &) 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: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment