This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1d580d242b Fixed stupid mistake in last commit
1d580d242b is described below
commit 1d580d242bed3f5ca667a118c8d445b84ddc1ed2
Author: mseidel <[email protected]>
AuthorDate: Sat Apr 19 23:52:29 2025 +0200
Fixed stupid mistake in last commit
---
main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
b/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index 5b265af252..aaa8d8c703 100644
--- a/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -863,7 +863,8 @@ void SlotManager::GetStatusBarState (SfxItemSet& rSet)
{
rSet.Put( SfxVoidItem( SID_ATTR_ZOOMSLIDER ) );
}
-} */
+*/
+}
void SlotManager::ShowSlideShow( SfxRequest& rReq)
{