diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-29 20:34:56 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-30 03:17:27 +0100 |
commit | d543e8dfd3d8ae718e29304a155e1cf70d08325d (patch) | |
tree | 6e9284682580e256298ba1f5dabf89e5c734567c /include/sfx2 | |
parent | 6a04b9298ae993881d20fc4b5aa91516d4df6695 (diff) |
tdf#93005, tdf#100611, remove the incomplete ODC export feature
Change-Id: I96a3882cd412ea5d993971df7e20b1fd8da73642
Reviewed-on: https://gerrit.libreoffice.org/64283
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.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 3a5233238149..4b59cc043cd6 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -602,7 +602,7 @@ public: */ void SetupStorage( const css::uno::Reference< css::embed::XStorage >& xStorage, - sal_Int32 nVersion, bool bTemplate, bool bChart = false ) const; + sal_Int32 nVersion, bool bTemplate ) const; css::uno::Reference< css::embed::XStorage > const & GetStorage(); |