diff options
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx index e15f19627216..f926b7ebac46 100644 --- a/sd/source/ui/view/drviewsi.cxx +++ b/sd/source/ui/view/drviewsi.cxx @@ -164,7 +164,7 @@ void DrawViewShell::AssignFrom3DWindow() } else { - VclPtr<InfoBox> aInfoBox (new InfoBox( + ScopedVclPtr<InfoBox> aInfoBox (new InfoBox( GetActiveWindow(), SD_RESSTR(STR_ACTION_NOTPOSSIBLE))); aInfoBox->Execute(); |