diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-26 15:44:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-26 16:21:48 +0200 |
commit | e60529fdfe0502f64e3c975f71539b28146943e8 (patch) | |
tree | 902400001f5b699bbda21763a345ecc1be6a49de /include/sfx2 | |
parent | 8119d0ceb7e5d4c6dba406c998ad05f143f36f67 (diff) |
fix impress slide context menu
regression from 4a340e36e8d3713806719351f455711c1254a178
"loplugin:constantparam"
Change-Id: I3dc34fd438ba7f057e52e888e3ea8053a0b3ea78
Reviewed-on: https://gerrit.libreoffice.org/38073
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 41845be86310..f3c916c28b1e 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -458,7 +458,7 @@ public: // Transfer IFace bool IsAbortingImport() const; - void FinishedLoading(); + 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 */ }; |