summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-04-16 12:56:12 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-04-17 17:36:17 +0200
commit9152aed7804b65f6241cf35d85afcb50486a27ef (patch)
tree8f2791faf6aac98ca02fd6516dcac58037dc9a9a /include/sfx2/objsh.hxx
parentNo need for HAVE_GCC_PRAGMA_OPERATOR (diff)
downloadcore-9152aed7804b65f6241cf35d85afcb50486a27ef.tar.gz
core-9152aed7804b65f6241cf35d85afcb50486a27ef.zip
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/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
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;