mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-15 21:13:02 +00:00
Drop parameter that always was defaulted anyway
Change-Id: I6eee99db120e8a4aeb0e27586390bdc1bad9e219
This commit is contained in:
@ -143,7 +143,7 @@ public:
|
||||
/// Do we have hooks for the Kit too
|
||||
bool hasKitHooks() { return _hasKitHooks; }
|
||||
/// set in your unit if you want to be injected into the kit too.
|
||||
void setHasKitHooks(bool hasHooks = true) { _hasKitHooks = hasHooks; }
|
||||
void setHasKitHooks() { _hasKitHooks = true; }
|
||||
|
||||
// ---------------- WSD hooks ----------------
|
||||
|
||||
|
Reference in New Issue
Block a user