summaryrefslogtreecommitdiff
path: root/sfx2/source/view/lokcharthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/lokcharthelper.cxx')
-rw-r--r--sfx2/source/view/lokcharthelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/lokcharthelper.cxx b/sfx2/source/view/lokcharthelper.cxx
index f6dd091ebd87..0ae4d9ae8bf2 100644
--- a/sfx2/source/view/lokcharthelper.cxx
+++ b/sfx2/source/view/lokcharthelper.cxx
@@ -42,7 +42,7 @@ css::uno::Reference<css::frame::XController>& LokChartHelper::GetXController()
::css::uno::Reference< ::css::frame::XController > xChartController = xChart->getCurrentController();
if( xChartController.is() )
{
- mxController = xChartController;
+ mxController = std::move(xChartController);
}
}
}
it/uui?id=8662a96c90b56f61bf24380094f217e7170f54be'>WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-02elide temporary OString in uuiNoel Grandin 2024-02-15uui: show what is the unhandled result before assertingMiklos Vajna 2024-01-22Fix meaning of warning messageGabor Kelemen 2024-01-18cid#1545625 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-01-16loplugin:unusedfieldsNoel Grandin 2023-12-15Fix typo in codeAndrea Gelmini 2023-12-14tdf#158576 Explain why OK btn is disabledSamuel Mehrbrodt 2023-12-14tdf#158576 This button shows a certificate when only one signature foundSamuel Mehrbrodt 2023-12-14tdf#158576 Allow trusting certificates only onceSamuel Mehrbrodt 2023-12-14This dialog is no longer called when MacroTrustedAuthors is readonlySamuel Mehrbrodt 2023-12-14tdf#158576 Show warning when cert is not yet/no longer validSamuel Mehrbrodt 2023-12-13uui: remove use of org.openoffice.ucb.InteractionHandler/InteractionHandlersMichael Stahl 2023-12-11Reuse GetContentPart instead of duplicating itSamuel Mehrbrodt 2023-12-11macrowarnmedium: Save with newer GladeSamuel Mehrbrodt 2023-12-07tdf#158576 Require viewing the certificateSamuel Mehrbrodt 2023-11-15tdf#157518: enforce password policy on setmasterpassworddlgSarper Akdemir 2023-11-15tdf#157518: add password strength meter to setmasterpassworddlgSarper Akdemir 2023-10-12Make NC_ constexpr-friendlyStephan Bergmann 2023-10-11sfx2: fix typoHenry Castro 2023-10-09tdf#157650 Unhelpful error when XML in content.xml is malformedNoel Grandin 2023-10-09lok: implement "handleLoadReadOnlyRequest"Henry Castro 2023-10-09uui: implement "handleLoadReadOnlyRequest"Henry Castro 2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin 2023-10-02lok: add broken package interaction handlerSzymon Kłos 2023-09-29jsdialog: setup LOKNotifier for interaction handler errorsSzymon Kłos 2023-09-10using decls should come after #includeNoel Grandin 2023-08-18ignore exception in UUIInteractionHelper::handlerequestNoel Grandin 2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch