diff options
Diffstat (limited to 'vcl/source/window/toolbox2.cxx')
-rw-r--r-- | vcl/source/window/toolbox2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 4d0de02b184e..7a3a89b6bfb5 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -2120,7 +2120,7 @@ void ToolBox::UpdateCustomMenu() } } - // add a seperator below the inserted clipped-items + // add a separator below the inserted clipped-items pMenu->InsertSeparator( OString(), nSepPos ); // now append the items that are explicitly disabled |