]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- fix for a segfault on:
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 17 Mar 2006 08:02:44 +0000 (08:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  format->character->hyperlink->events->oo.org macros->launcher

Changed files:
    openoffice.org-sfx2.badscript.diff -> 1.1

openoffice.org-sfx2.badscript.diff [new file with mode: 0644]

diff --git a/openoffice.org-sfx2.badscript.diff b/openoffice.org-sfx2.badscript.diff
new file mode 100644 (file)
index 0000000..9f5d9a2
--- /dev/null
@@ -0,0 +1,19 @@
+fix for a segfault on:
+format->character->hyperlink->events->oo.org macros->launcher
+
+Index: source/dialog/cfg.cxx
+===================================================================
+RCS file: /cvs/framework/sfx2/source/dialog/cfg.cxx,v
+retrieving revision 1.53
+diff -u -p -u -r1.53 cfg.cxx
+--- sfx2/source/dialog/cfg.cxx 7 Sep 2005 18:12:28 -0000       1.53
++++ sfx2/source/dialog/cfg.cxx 14 Mar 2006 10:50:22 -0000
+@@ -1746,7 +1746,7 @@ void SfxConfigGroupListBox_Impl::Request
+                                                                       bDisplay=FALSE;
+                                                               }
+                                                       }
+-                                                      if (children[n]->getType() != browse::BrowseNodeTypes::SCRIPT  && bDisplay )
++                                                      if ( children[n].is() && children[n]->getType() != browse::BrowseNodeTypes::SCRIPT && bDisplay )
+                                                       {
+                                                               /*
This page took 0.160121 seconds and 4 git commands to generate.