summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2023-06-26 17:17:53 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2023-06-30 10:00:40 +0200
commitce391e52fbb759997f7e2c225513cc074a0f3974 (patch)
treee426221d1db1ad8bb56c802a4211d72cdffc106e /include
parent263264315102519a0557bbf69beeaffb7ed6c873 (diff)
Drop SfxStyleSheetBasePool::SetParent
Use SfxStyleSheetBase::SetParent directly instead. The base class was just calling it anyway, while the SwDocStyleSheetPool override was mostly a copy & paste of its override in SwDocStyleSheet. Change-Id: I18d8208ed2d079e0f2ce4f13a5dbdda6fe4730e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153773 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svl/style.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 257b1786eb57..fc12dc0be74e 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -274,10 +274,6 @@ public:
SfxStyleSheetBase* Next();
virtual SfxStyleSheetBase* Find( const OUString&, SfxStyleFamily eFam, SfxStyleSearchBits n=SfxStyleSearchBits::All );
- virtual bool SetParent(SfxStyleFamily eFam,
- const OUString &rStyle,
- const OUString &rParent);
-
void Reindex();
/** Add a style sheet.
* Not an actual public function. Do not call it from non-subclasses.