summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-12 21:28:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-12 21:28:45 +0100
commit7f0161d88e3a496361e2209d31cc7e9ef42a677e (patch)
treeaa827eb498761ae4fc9370aac11c8ee8df3d2fa9 /chart2
parent9c5fc87ceed3eeb6d43f867b5da2abfaa518b5ca (diff)
WaE: C2872 chart is ambiguous
Change-Id: Ib847a0f4ec804766727a2d7a247912f93b30045c
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
index 3d89b61a198c..12222412604b 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
@@ -145,7 +145,7 @@ css::uno::Sequence<OUString> ChartPanelFactory::getSupportedServiceNames()
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL
org_libreoffice_comp_chart2_sidebar_ChartPanelFactory(css::uno::XComponentContext*, css::uno::Sequence<css::uno::Any> const &)
{
- return cppu::acquire(new chart::sidebar::ChartPanelFactory());
+ return cppu::acquire(new ::chart::sidebar::ChartPanelFactory());
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */