summaryrefslogtreecommitdiff
path: root/forms/source/inc/windowstateguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/windowstateguard.hxx')
-rw-r--r--forms/source/inc/windowstateguard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/windowstateguard.hxx b/forms/source/inc/windowstateguard.hxx
index 523e7aa943a4..28cd0b255d2d 100644
--- a/forms/source/inc/windowstateguard.hxx
+++ b/forms/source/inc/windowstateguard.hxx
@@ -43,7 +43,7 @@ namespace frm
we need to ensure that the state does not contradict the model property "too much".
As an example, consider a form control which, according to its model's property, is disabled.
- Now when the parent VCL window of the control's VCL window is enabled, then the the control's
+ Now when the parent VCL window of the control's VCL window is enabled, then the control's
window is enabled, too - which contradicts the model property.
A WindowStateGuard helps you preventing such inconsistent states.