diff options
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r-- | sw/inc/docary.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 98c84cbbd270..64f251957a06 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -49,6 +49,7 @@ public: // default linear search implementation, some subclasses will override with a more efficient search virtual SwFormat* FindFormatByName(const OUString& rName) const; + virtual void Rename(const SwFrameFormat&, const OUString&) {}; SwFormatsBase() = default; SwFormatsBase(SwFormatsBase const &) = default; |