summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: */