You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2016/08/31 18:16:14 UTC

svn commit: r1758660 - /openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk

Author: truckman
Date: Wed Aug 31 18:16:14 2016
New Revision: 1758660

URL: http://svn.apache.org/viewvc?rev=1758660&view=rev
Log:
Add a missing file to the basegfx static library to unbreak the
pdf import extension build.


Modified:
    openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk

Modified: openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk?rev=1758660&r1=1758659&r2=1758660&view=diff
==============================================================================
--- openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk (original)
+++ openoffice/trunk/main/basegfx/StaticLibrary_basegfx_s.mk Wed Aug 31 18:16:14 2016
@@ -62,6 +62,7 @@ $(eval $(call gb_StaticLibrary_add_gener
 	CustomTarget/basegfx/source/tools/unopolypolygon \
 	CustomTarget/basegfx/source/tools/tools \
 	CustomTarget/basegfx/source/tools/b2dclipstate \
+	CustomTarget/basegfx/source/tools/stringconversiontools \
 	CustomTarget/basegfx/source/numeric/ftools \
 	CustomTarget/basegfx/source/tuple/b3ituple \
 	CustomTarget/basegfx/source/tuple/b3dtuple \