diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-20 20:57:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-21 09:00:05 +0200 |
commit | 7a076dd9a6d11aef547f657f525ec0c27a50db58 (patch) | |
tree | f98289251a9bf297f8ea354a0812f691fc1950b0 /sw/inc/unotbl.hxx | |
parent | 85f4938719180e1e344b28c073f909df6f972f96 (diff) |
use more concrete UNO classes in writer
as opposed to opaque UNO interfaces.
This is a prelude which enables performance work because now I can
regular C++ method
Change-Id: I9bcfdca1000b4439431c9ea3b17bed081d80f0b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137275
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index f4ab9ef81cb1..3522beb6b998 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -274,7 +274,7 @@ private: virtual ~SwXTextTable() override; public: - static css::uno::Reference<css::text::XTextTable> + static rtl::Reference<SwXTextTable> CreateXTextTable(SwFrameFormat * pFrameFormat); SW_DLLPUBLIC static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId(); |