diff options
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index a01601192167..229ca46cd00a 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -615,7 +615,7 @@ void SwTextShell::Execute(SfxRequest &rReq) if ( pItem ) { OUString sName = static_cast<const SfxStringItem*>(pItem)->GetValue(); - rWrtSh.SetBookmark( vcl::KeyCode(), sName, OUString() ); + rWrtSh.SetBookmark( vcl::KeyCode(), sName ); } else { |