diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/Chart2PanelFactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx index 18f327557fec..d778ac428bc3 100644 --- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx +++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx @@ -113,7 +113,7 @@ Reference<css::ui::XUIElement> SAL_CALL ChartPanelFactory::createUIElement ( catch (const css::uno::Exception& e) { throw css::lang::WrappedTargetRuntimeException( - OUString("ChartPanelFactory::createUIElement exception"), + "ChartPanelFactory::createUIElement exception", nullptr, css::uno::makeAny(e)); } |