summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 539c7520b6ef..81d031ee1bed 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -2847,7 +2847,7 @@ sal_uInt16 PopupMenu::ImplExecute( vcl::Window* pW, const Rectangle& rRect, sal_
ImplDelData aDelData;
pW->ImplAddDel( &aDelData );
- bInCallback = true; // set it here, if Activate overloaded
+ bInCallback = true; // set it here, if Activate overridden
Activate();
bInCallback = false;