summaryrefslogtreecommitdiff
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 495571a319b8..4a3939c2af97 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -98,7 +98,7 @@ public:
EditTextObject* Clone() const;
- bool Store( SvStream& rOStream ) const;
+ void Store( SvStream& rOStream ) const;
static EditTextObject* Create(
SvStream& rIStream, SfxItemPool* pGlobalTextObjectPool = nullptr );