include/oox/crypto/AgileEngine.hxx | 2 ++ include/oox/crypto/Standard2007Engine.hxx | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit 48eae93f3636455037ac95e617216acb1802ae40 Author: Vasily Melenchuk <[email protected]> AuthorDate: Thu Oct 10 10:45:44 2019 +0300 Commit: Vasily Melenchuk <[email protected]> CommitDate: Thu Oct 10 11:32:13 2019 +0300 crypto: predefine classes for later usage in unittests Change-Id: I2835803eaa2670ca5cae5445049bbc95f303dd08 diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx index 39f8103a6a03..afef194e53e9 100644 --- a/include/oox/crypto/AgileEngine.hxx +++ b/include/oox/crypto/AgileEngine.hxx @@ -24,6 +24,8 @@ namespace oox { class BinaryXOutputStream; } +namespace com::sun::star::uno { class XComponentContext; } + namespace oox { namespace core { diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index e838d7b064d3..feaf6a3ada6f 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -22,6 +22,8 @@ namespace oox { class BinaryXOutputStream; } +namespace com::sun::star::uno { class XComponentContext; } + namespace oox { namespace core { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
