diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-13 13:00:13 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-13 13:01:30 +0100 |
commit | dd7a3f5fb873b77da326eb8339c2ef9e3bf4fbd1 (patch) | |
tree | 4b7eb638ff0ea7823f6223d6cd9b5cd69e5a741e /include/sfx2/thumbnailviewitem.hxx | |
parent | f655b23d57f234c0e92255302353f2a0a3fad487 (diff) |
startcenter: Tooltip should show the full URL.
Change-Id: Ia8e071ebe00fb8c72973614077e778aef55fb1ab
Diffstat (limited to 'include/sfx2/thumbnailviewitem.hxx')
-rw-r--r-- | include/sfx2/thumbnailviewitem.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/thumbnailviewitem.hxx b/include/sfx2/thumbnailviewitem.hxx index e36f5653d7c1..eea0e4539d93 100644 --- a/include/sfx2/thumbnailviewitem.hxx +++ b/include/sfx2/thumbnailviewitem.hxx @@ -89,6 +89,9 @@ public: void setHighlight (bool state); + /// Text to be used for the tooltip. + virtual OUString getHelpText() const; + virtual void setEditTitle (bool edit, bool bChangeFocus = true); void updateTitleEditSize (); virtual void setTitle (const OUString& rTitle); |