diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-23 17:18:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-24 08:07:49 +0200 |
commit | c59ede12ff06f7c10670d9ea8a631b25237e9f02 (patch) | |
tree | 794f6d4f52ce1d770548fe2c8e5331532ac6e2fd /embeddedobj/source/inc | |
parent | 086e5347dcf71bab57c66afd23218ac08623b7ed (diff) |
this data does not need to be per-object
Change-Id: I7cf9486d80be103c2e9affd805c7bdac46fafe9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134838
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 61abe0299ee1..4f641737b468 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -119,8 +119,6 @@ protected: css::uno::Sequence< css::embed::VerbDescriptor > m_aObjectVerbs; - css::uno::Sequence< sal_Int32 > m_aAcceptedStates; - css::uno::Sequence< sal_Int32 > m_pIntermediateStatesSeqs[NUM_SUPPORTED_STATES][NUM_SUPPORTED_STATES]; std::map< sal_Int32, sal_Int32 > m_aVerbTable; css::uno::Reference< css::embed::XEmbeddedClient > m_xClientSite; |