From ff140bb6b8b109f14c270ff059f0b8d71dab5d6c Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 21 Mar 2013 00:37:28 +0100 Subject: Remove StringMirror UNO service. This was a kludge from back in the day when pdfimport was an extension and could not link against office libs. While at it, fix mirror method to handle unicode surrogates correctly. Change-Id: I3582a7870efdfea50446d3604a185025b1d5a196 --- sdext/Library_pdfimport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sdext/Library_pdfimport.mk') diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk index 260a39ce5000..3f8f5fe4e88f 100644 --- a/sdext/Library_pdfimport.mk +++ b/sdext/Library_pdfimport.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_set_include,pdfimport,\ $(eval $(call gb_Library_use_libraries,pdfimport,\ basegfx \ + vcl \ cppu \ cppuhelper \ sal \ -- cgit