summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-05 11:36:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-05 14:46:25 +0200
commitd78f53a31d050ac63c33a7219ef464d9906a37b8 (patch)
tree3d7c4836564be0662e0e53574c64df1e62e7d386 /include/svl
parent50724c796dbb52b73aa47a85d720d2e3200a0dec (diff)
pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParent
Change-Id: I7bc570899170b7a21e4d54e58d7a8ada0f79b918 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93469 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/style.hxx2
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& );