diff options
Diffstat (limited to 'framework/source/uielement/spinfieldtoolbarcontroller.cxx')
-rw-r--r-- | framework/source/uielement/spinfieldtoolbarcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 7b3750797712..25c3f223b339 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -50,7 +50,7 @@ namespace framework { // Wrapper class to notify controller about events from combobox. -// Unfortunaltly the events are notifed through virtual methods instead +// Unfortunaltly the events are notified through virtual methods instead // of Listeners. class SpinfieldControl : public SpinField |