summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/unoedsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/unoedsrc.hxx')
-rw-r--r--editeng/inc/editeng/unoedsrc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/editeng/inc/editeng/unoedsrc.hxx b/editeng/inc/editeng/unoedsrc.hxx
index 7bf2af6872..c7ba241a6b 100644
--- a/editeng/inc/editeng/unoedsrc.hxx
+++ b/editeng/inc/editeng/unoedsrc.hxx
@@ -152,7 +152,7 @@ class EDITENG_DLLPUBLIC SvxTextForwarder
{
public:
virtual ~SvxTextForwarder();
-
+
virtual USHORT GetParagraphCount() const = 0;
virtual USHORT GetTextLen( USHORT nParagraph ) const = 0;
virtual String GetText( const ESelection& rSel ) const = 0;
@@ -161,7 +161,7 @@ public:
virtual void SetParaAttribs( USHORT nPara, const SfxItemSet& rSet ) = 0;
virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich ) = 0;
virtual void GetPortions( USHORT nPara, SvUShorts& rList ) const = 0;
-
+
virtual USHORT GetItemState( const ESelection& rSel, USHORT nWhich ) const = 0;
virtual USHORT GetItemState( USHORT nPara, USHORT nWhich ) const = 0;
@@ -171,6 +171,7 @@ public:
virtual void QuickInsertLineBreak( const ESelection& rSel ) = 0;
virtual XubString CalcFieldValue( const SvxFieldItem& rField, USHORT nPara, USHORT nPos, Color*& rpTxtColor, Color*& rpFldColor ) = 0;
+ virtual void FieldClicked( const SvxFieldItem& rField, USHORT nPara, xub_StrLen nPos ) = 0;
virtual SfxItemPool* GetPool() const = 0;