diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-04-16 12:56:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-17 17:36:17 +0200 |
commit | 9152aed7804b65f6241cf35d85afcb50486a27ef (patch) | |
tree | 8f2791faf6aac98ca02fd6516dcac58037dc9a9a /include | |
parent | 92f6f9ec785f1009e2c94082a751696c74eaf236 (diff) |
Move Word compat option where it belongs
Change-Id: I6b28c6782f22190b7b22b11361c200d68d672aea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92347
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index da28df348996..6f3f1098a479 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -460,8 +460,6 @@ public: bool IsAbortingImport() const; void FinishedLoading( SfxLoadedFlags nWhich = SfxLoadedFlags::ALL ); - virtual void SetFormatSpecificCompatibilityOptions( const OUString& /*rFilterTypeName*/ ) { /* Do not do anything here; Derived classes must overload to do actual work */ }; - void TemplateDisconnectionAfterLoad(); void SetLoading(SfxLoadedFlags nFlags); bool IsLoading() const; |