diff options
Diffstat (limited to 'configmgr/source/pad.hxx')
-rw-r--r-- | configmgr/source/pad.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configmgr/source/pad.hxx b/configmgr/source/pad.hxx index 2d0ff6bfecc0..e941d68a4342 100644 --- a/configmgr/source/pad.hxx +++ b/configmgr/source/pad.hxx @@ -43,6 +43,8 @@ class Pad { public: void add(char const * begin, sal_Int32 length); + void addEphemeral(char const * begin, sal_Int32 length); + void clear(); bool is() const; @@ -50,6 +52,8 @@ public: Span get() const; private: + void flushSpan(); + Span span_; rtl::OStringBuffer buffer_; }; |