diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-24 16:08:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-24 16:10:30 +0000 |
commit | 08706f37737a2b5c92ef3c6e492b152e75fcd11b (patch) | |
tree | 1dbc6380c671f0c794a554c072b5cd433542f023 /sd | |
parent | eeecaf597ae2fb45ab575fd6aab5fcbe3428c033 (diff) |
restore the helpid for impress animation dialog after initialization
Document and centralize the uses of undoing the helpid clear after
helpid->uniqueid hack
Change-Id: I4e651235407a0eca26dc0acfc089ef8f8ce57b13
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/animobjs.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index 7dde8b46c22a..0c26014e25ee 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -24,6 +24,7 @@ #include <svl/eitem.hxx> #include <svx/svdograf.hxx> #include <svx/svdogrp.hxx> +#include <sfx2/basedlgs.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/progress.hxx> #include <vcl/msgbox.hxx> @@ -162,6 +163,8 @@ AnimationWindow::AnimationWindow( SfxBindings* pInBindings, { aCtlDisplay.SetAccessibleName(String (SdResId(STR_DISPLAY))); FreeResource(); + //undo SfxDockingWindow HelpId clear hack + reverseUniqueHelpIdHack(*this); // neues Dokument mit Seite erzeugen pMyDoc = new SdDrawDocument(DOCUMENT_TYPE_IMPRESS, NULL); |