diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-01-08 00:25:21 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-01-08 00:25:21 -0600 |
commit | 5b75a5167027c653069a48a7aee54b27acbc011d (patch) | |
tree | 592f39dfcb34a683a76f56ce8f447d92902ec520 /sw/source/ui/smartmenu | |
parent | 002531190d88c7e8f7dc9287af32d54c56b5495a (diff) |
fix api change in Menu
Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
Diffstat (limited to 'sw/source/ui/smartmenu')
-rw-r--r-- | sw/source/ui/smartmenu/stmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/smartmenu/stmenu.cxx b/sw/source/ui/smartmenu/stmenu.cxx index e95167c860f8..cc03f718d448 100644 --- a/sw/source/ui/smartmenu/stmenu.cxx +++ b/sw/source/ui/smartmenu/stmenu.cxx @@ -61,7 +61,7 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView, aActionComponentsSequence, aActionIndicesSequence ); - InsertSeparator(0); + InsertSeparator(OString(), 0); for ( sal_uInt16 j = 0; j < aActionComponentsSequence.getLength(); ++j ) { |