summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/dlgass.cxx')
-rwxr-xr-xsd/source/ui/dlg/dlgass.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 1eb3a3d0cedc..acbf70d8e687 100755
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -102,7 +102,7 @@ void InterpolateFixedBitmap( FixedBitmap * pBitmap )
// ====================================================================
// ====================================================================
-UINT32 PageHelpIds[] =
+const char* PageHelpIds[] =
{
HID_SD_AUTOPILOT_PAGE1,
HID_SD_AUTOPILOT_PAGE2,
@@ -1119,7 +1119,9 @@ void AssistentDlgImpl::ChangePage()
USHORT nPage = (USHORT)maAssistentFunc.GetCurrentPage();
if( mpWindow )
+ {
mpWindow->SetHelpId( PageHelpIds[nPage-1]);
+ }
UpdatePage();