[Libreoffice-commits] core.git: chart2/source
Jan Holesovsky
kendy at collabora.com
Thu Feb 12 11:07:03 PST 2015
chart2/source/tools/CachedDataSequence.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d388443b9809e73202ce551bcffa10d442094ca
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Feb 12 20:04:52 2015 +0100
Blind attempt to fix the Windows build.
Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
diff --git a/chart2/source/tools/CachedDataSequence.cxx b/chart2/source/tools/CachedDataSequence.cxx
index a45dc90..ac7e239 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: */
More information about the Libreoffice-commits
mailing list