summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 4ffb00bfd562..6da60d5a3bf2 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -537,12 +537,12 @@ class WW8FieldEntry
SwNodeIndex GetPtNode() { return maStartPos.GetPtNode(); };
sal_Int32 GetPtCntnt() { return maStartPos.GetPtCntnt(); };
- OUString GetBookmarkName();
- OUString GetBookmarkCode();
+ OUString GetBookmarkName() { return msBookmarkName;}
+ OUString GetBookmarkCode() { return msMarkCode;}
void SetBookmarkName(const OUString& bookmarkName);
void SetBookmarkType(const OUString& bookmarkType);
void SetBookmarkCode(const OUString& bookmarkCode);
- ::sw::mark::IFieldmark::parameter_map_t& getParameters();
+ ::sw::mark::IFieldmark::parameter_map_t& getParameters() { return maParams;}
};
// Mini-Merker fuer einige Flags
@@ -712,7 +712,7 @@ public:
com::sun::star::drawing::XShape > *pShapeRef=0,
bool bFloatingCtrl=false );
private:
- sal_uInt32 GenerateObjectID();
+ sal_uInt32 GenerateObjectID() { return ++mnObjectId; }
SwPaM *pPaM;
sal_uInt32 mnObjectId;
};