chart2/source/tools/CachedDataSequence.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d388443b9809e73202ce551bcffa10d442094ca
Author: Jan Holesovsky <ke...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to