diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/style.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx index 808dbd2ef186..85be6cc124ba 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -237,7 +237,7 @@ protected: SfxStyleFamily nSearchFamily; SfxStyleSearchBits nMask; - void ChangeParent( const OUString&, const OUString&, bool bVirtual = true ); + void ChangeParent(const OUString& rOld, const OUString& rNew, SfxStyleFamily eFamily, bool bVirtual = true); virtual SfxStyleSheetBase* Create( const OUString&, SfxStyleFamily, SfxStyleSearchBits ); virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& ); |