summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorBayram Çiçek <bayram.cicek@libreoffice.org>2023-03-12 01:18:15 +0300
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2023-03-23 10:37:12 +0000
commit71311f88f7d83d8669576a98d300780d3d8bd02a (patch)
tree4852020d4e82ca6ff73de9ef5c3092bd602be37c /extensions
parent12a9009a1c19ee26c65fb44fc90f3432c88ab6a5 (diff)
tdf#146150: Use dispatch command in framectr.cxx
- "slot:5503" changed to ".uno:CloseDoc" Change-Id: Ia2748cfe13191a9b93fd76f9f26fe6fadbd2d0b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148693 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/framectr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 98c06079d491..31fef580448b 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -481,7 +481,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen
{
RemoveFilter();
}
- else if( _rURL.Complete == "slot:5503" || aCommand == "CloseDoc" )
+ else if( _rURL.Complete == ".uno:CloseDoc" || aCommand == "CloseDoc" )
{
Application::PostUserEvent( LINK( this, BibFrameController_Impl,
DisposeHdl ) );