summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-31 16:04:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-08-11 13:36:09 +0200
commit64f5fb6a4976004d4aa3ef983a61f8f20fa0098a (patch)
tree13ea23aecd8023e414ade45c4399b99fed826fc0 /starmath
parent91e4d876098aaa7ac18a03e20cbc2789fba98041 (diff)
revert some consts to placate coverity Uncaught exceptions
Change-Id: I4d8cccd98a60efd928409514944d60d6ee5532d1 Reviewed-on: https://gerrit.libreoffice.org/77251 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 4c64b59e1c50..3a513cd87aad 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -856,14 +856,9 @@ SmCmdBoxWrapper::SmCmdBoxWrapper(vcl::Window *pParentWindow, sal_uInt16 nId,
struct SmViewShell_Impl
{
-private:
- SmViewShell_Impl& operator=(const SmViewShell_Impl&) = delete;
- SmViewShell_Impl(const SmViewShell_Impl&) = delete;
-public:
- SmViewShell_Impl() = default;
std::unique_ptr<sfx2::DocumentInserter> pDocInserter;
std::unique_ptr<SfxRequest> pRequest;
- SvtMiscOptions const aOpts;
+ SvtMiscOptions aOpts;
};
SFX_IMPL_SUPERCLASS_INTERFACE(SmViewShell, SfxViewShell)