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 /emfio | |
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 'emfio')
-rw-r--r-- | emfio/Library_emfio.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emfio/Library_emfio.mk b/emfio/Library_emfio.mk index f133d498c97d..d1a0a29395c2 100644 --- a/emfio/Library_emfio.mk +++ b/emfio/Library_emfio.mk @@ -47,6 +47,7 @@ $(eval $(call gb_Library_use_libraries,emfio,\ sal \ comphelper \ tl \ + salhelper \ sax \ vcl \ svt \ |