summaryrefslogtreecommitdiffstats
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2021-01-02 11:54:49 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-05 17:44:56 +0100
commitcb234d3103a70c452694d5ea7d061ba1e39cb8e0 (patch)
tree32d6f9162ba88dd974889e16bf803b3712e03848 /basctl/source/inc
parenttdf#139339 : Unify protect/unprotect cases for document protection (diff)
downloadcore-cb234d3103a70c452694d5ea7d061ba1e39cb8e0.tar.gz
core-cb234d3103a70c452694d5ea7d061ba1e39cb8e0.zip
BASCTL : remove useless impl pattern
Change-Id: Ib3a3bfe8677a6eec56f6f1d799fd484f65ab6b73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108568 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/docsignature.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index 5b4c454c077b..94e7db2224dd 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -22,6 +22,8 @@
#include <vcl/weld.hxx>
#include <memory>
+class SfxObjectShell;
+
namespace basctl
{
@@ -64,8 +66,7 @@ namespace basctl
DocumentSignature() = delete;
private:
- struct Impl;
- std::unique_ptr<Impl> m_pImpl;
+ SfxObjectShell* m_pShell;
};