diff options
Diffstat (limited to 'include/vcl/weldutils.hxx')
-rw-r--r-- | include/vcl/weldutils.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx index cadbd5585ef7..34b4383a89cc 100644 --- a/include/vcl/weldutils.hxx +++ b/include/vcl/weldutils.hxx @@ -426,7 +426,7 @@ public: Because the TreeView doesn't want or need subnodes, the drop target can be simply visually indicated as being between rows (the issue of a final drop location of a child of the drop target doesn't arise), and the meaning of - what a drop before or after the last row should do is unambigious. + what a drop before or after the last row should do is unambiguous. */ class VCL_DLLPUBLIC ReorderingDropTarget : public DropTargetHelper { |