summaryrefslogtreecommitdiff
path: root/slideshow/inc/pch
ModeNameSize
-rw-r--r--precompiled_slideshow.cxx432logplain
-rw-r--r--precompiled_slideshow.hxx8703logplain
=cp-6.0-29-20201221&id=c7531408b3ef4b2d284edf35ed983c23e7585231'>319f0d2cc51e2b81e15b073a4374f26a83e1850d /wizards parente4c2340c4e0c048af4c77d17380cccf7f2985b5d (diff)
Resolves fdo#87123: Impossible to create a form with wizard
Quoting Noel: " The original block of code looked like this before my changes: MethodInvocation windowHidden = new MethodInvocation("windowHidden", this); xWindow.addWindowListener((CommonListener) getGuiEventListener()); String dialogName = (String) Helper.getUnoPropertyValue(xDialogModel, PropertyNames.PROPERTY_NAME); getGuiEventListener().add(dialogName, EVENT_ACTION_PERFORMED, windowHidden); which is clearly bogus, since "actionPerformed" is not an event on the XWindowListener interface. " (see https://bugs.freedesktop.org/show_bug.cgi?id=87123#c14) Change-Id: I4c4923e6cb21989fcd3e346b099a7e7b15526bf2