diff options
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index c108c90f4bf6..cfc6344ba065 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -295,7 +295,7 @@ void ShutdownIcon::FromTemplate() css::uno::Reference < css::frame::XDispatch > xDisp; if ( xProv.is() ) { - xDisp = xProv->queryDispatch( aTargetURL, OUString("_self"), 0 ); + xDisp = xProv->queryDispatch( aTargetURL, "_self", 0 ); } if ( xDisp.is() ) { |