diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-18 15:39:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-18 21:16:45 +0200 |
commit | bdd797267b1e9e664b64e1c1525d1dde520a7063 (patch) | |
tree | f4e7cfe91bb50c9330c7c447392e53164cdcb40e /include/sfx2 | |
parent | d5e8904920d4189819836f7abc002898322bb061 (diff) |
make fuzzer work
Change-Id: I798558260f5f975f92b702ecf6f4504738ffbbfb
Reviewed-on: https://gerrit.libreoffice.org/42422
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index bc33bb1dd33d..b514989055bc 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -460,6 +460,7 @@ public: 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; bool IsLoadingFinished() const; void SetAutoLoad( const INetURLObject&, sal_uInt32 nTime, bool bReload ); |