diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-07 16:51:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-07 18:09:12 +0200 |
commit | 2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (patch) | |
tree | 631a4dd1f48a600bb9c27476a4492554b6226aee /embeddedobj/Library_emboleobj.mk | |
parent | 6ac0e1399a2be344284f192fb3445489346b1fba (diff) |
fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()
The primary reason is not performance: on export currently we loose some
EMF+ properties. While it would be good to fix all those problems one by
one, this is a small fix to avoid all kind of roundtrip problems in this
situation.
Change-Id: If5e1c1eabd8290f36b538e374c9707ae17097786
Diffstat (limited to 'embeddedobj/Library_emboleobj.mk')
-rw-r--r-- | embeddedobj/Library_emboleobj.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embeddedobj/Library_emboleobj.mk b/embeddedobj/Library_emboleobj.mk index 96f03ee16ca5..e10110bab636 100644 --- a/embeddedobj/Library_emboleobj.mk +++ b/embeddedobj/Library_emboleobj.mk @@ -32,6 +32,7 @@ $(eval $(call gb_Library_use_libraries,emboleobj,\ sal \ tl \ utl \ + vcl \ $(gb_UWINAPI) \ )) |