diff options
Diffstat (limited to 'vcl/inc/vcl/toolbox.hxx')
-rw-r--r-- | vcl/inc/vcl/toolbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/toolbox.hxx b/vcl/inc/vcl/toolbox.hxx index 54ad3f6670b8..b15af093c3d4 100644 --- a/vcl/inc/vcl/toolbox.hxx +++ b/vcl/inc/vcl/toolbox.hxx @@ -569,7 +569,7 @@ public: // accessibility helpers // gets the displayed text - String GetDisplayText() const; + OUString GetDisplayText() const; // returns the bounding box for the character at index nIndex // where nIndex is relative to the starting index of the item // with id nItemId (in coordinates of the displaying window) |