summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-08 17:40:32 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-08 19:25:38 -0400
commitd64b5cc1c3d232ba42479fe0a3c186ecabd25144 (patch)
treeb97a85cc801efe431d49caad3459271155fecb9c /editeng/inc
parent11637831312a7a92af9c0148aa6b1e30db4b55b2 (diff)
fdo#62116: Be sure to convert relative URLs into absolute ones.
Just to preserve the old (and correct) behavior. Change-Id: I229e0b80097f6d70ff3023072b52576815010b15
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/editobj.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/inc/editeng/editobj.hxx b/editeng/inc/editeng/editobj.hxx
index 93a590c0a784..16bc0be626e5 100644
--- a/editeng/inc/editeng/editobj.hxx
+++ b/editeng/inc/editeng/editobj.hxx
@@ -39,6 +39,7 @@ DBG_NAMEEX( EE_EditTextObject )
class SfxItemPool;
class SfxStyleSheetPool;
class SvxFieldItem;
+class SvxFieldData;
namespace editeng {
@@ -99,6 +100,7 @@ public:
bool IsFieldObject() const;
const SvxFieldItem* GetField() const;
+ const SvxFieldData* GetFieldData(size_t nPara, size_t nPos, sal_Int32 nType) const;
bool HasField( sal_Int32 nType = com::sun::star::text::textfield::Type::UNSPECIFIED ) const;
const SfxItemSet& GetParaAttribs(size_t nPara) const;