summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/basprov/basprov.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx
index 6273ddfe2555..4d1ff81e87e5 100644
--- a/scripting/source/basprov/basprov.cxx
+++ b/scripting/source/basprov/basprov.cxx
@@ -251,7 +251,7 @@ namespace basprov
Reference< frame::XModel > xModel;
- m_xInvocationContext.set( aArguments[0], UNO_QUERY );;
+ m_xInvocationContext.set( aArguments[0], UNO_QUERY );
if ( m_xInvocationContext.is() )
{
xModel.set( m_xInvocationContext->getScriptContainer(), UNO_QUERY );
709e81eec8600118b3402d82707aa113bc'>Just use Any ctor instead of makeAny in svxStephan Bergmann 2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn 2021-10-10loplugin:moveparam in editengNoel Grandin 2021-10-04loplugin:constmethodNoel Grandin 2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák 2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl 2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin 2021-07-20osl::Mutex->std::mutex in AccessibleTextHelper_ImplNoel Grandin 2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin 2021-02-15loplugin:referencecasting in svxNoel 2020-11-16Instead of labs, use overloaded absStephan Bergmann 2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin 2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-09-03loplugin:constmethod in svxNoel Grandin 2019-08-23tdf#119388 only enqueue events we actually processNoel Grandin 2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen 2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen 2019-04-25Convert remaining SdrHint to static_castXisco Fauli 2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen 2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski 2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin 2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2018-05-25improve some loggingNoel Grandin 2018-05-02tdf#117205 impress crash when moving an item in a listNoel Grandin 2018-04-04dead code in AccessibleTextHelper_Impl::UpdateVisibleChildrenNoel Grandin 2018-01-28Remove redundant checksStephan Bergmann 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-10-16Move svx include files to common include directoryStephan Bergmann 2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin