diff options
Diffstat (limited to '')
-rw-r--r-- | include/svl/style.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx index fc12dc0be7..87c5563ed5 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -275,6 +275,7 @@ public: virtual SfxStyleSheetBase* Find( const OUString&, SfxStyleFamily eFam, SfxStyleSearchBits n=SfxStyleSearchBits::All ); void Reindex(); + void ReindexOnNameChange(const OUString& rOldName, const OUString& rNewName); /** Add a style sheet. * Not an actual public function. Do not call it from non-subclasses. */ |