diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-12 09:53:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-12 12:24:28 +0200 |
commit | 5dd762ddc1829a86e7b4e23076143bc01d6073ad (patch) | |
tree | 90ac69d1bab369bc054ac84ede13ec3c87075642 /slideshow | |
parent | 9bd372218dfea3fb70d503d7532ee2b144ada136 (diff) |
hold MetaAction by rtl::Reference
instead of yet another private implementation of manual reference
counting
Change-Id: Iefb1d2e595e45a2dfdc3be54e1c51b64afeaf9d8
Reviewed-on: https://gerrit.libreoffice.org/52753
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_slideshow.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 346d5b3a7b0c..d7367458c3b0 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -46,6 +46,7 @@ $(eval $(call gb_Library_use_libraries,slideshow,\ cppu \ cppuhelper \ sal \ + salhelper \ svt \ tl \ utl \ |