summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 59aee54a2f4a..12795bf10428 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -191,6 +191,8 @@ class SW_DLLPUBLIC SwFlyFrameFormat final : public SwFrameFormat
friend class SwDoc;
OUString msTitle;
OUString msDesc;
+ /// A tooltip has priority over an SwFormatURL and is not persisted to files.
+ OUString msTooltip;
/** Both not existent.
it stores the previous position of Prt rectangle from RequestObjectResize
@@ -220,6 +222,10 @@ public:
OUString GetObjTitle() const;
void SetObjTitle( const OUString& rTitle, bool bBroadcast = false );
+
+ OUString GetObjTooltip() const;
+ void SetObjTooltip(const OUString& rTooltip);
+
OUString GetObjDescription() const;
void SetObjDescription( const OUString& rDescription, bool bBroadcast = false );