summaryrefslogtreecommitdiff
path: root/include/svx/svdouno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdouno.hxx')
-rw-r--r--include/svx/svdouno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx
index cd47eadef182..40b1d3526ff9 100644
--- a/include/svx/svdouno.hxx
+++ b/include/svx/svdouno.hxx
@@ -96,7 +96,7 @@ public:
The method GetUnoControl, used to retrieve the XControl whose parent is a given device, only works
if the SdrUnoObj has already been painted at least once onto this device. However, there are valid
scenarios where you need certain information on how a control is painted onto a window, without
- actually painting it. For example, you might be interested in the DeviceInfo of an UNO control.
+ actually painting it. For example, you might be interested in the DeviceInfo of a UNO control.
For those cases, you can contain an XControl which behaves as the control which *would* be used to
paint onto a window.