[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Tue Apr 15 14:55:22 PDT 2014
vcl/source/outdev/bezier.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a2212cefc1a4a380f2cb72fe620f046b947e1dab
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Apr 16 00:54:45 2014 +0300
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: Ia6946179a5567fdf1a980113d2efe77d4e87af50
diff --git a/vcl/source/outdev/bezier.cxx b/vcl/source/outdev/bezier.cxx
index 2736c4d..f60eb57 100644
--- a/vcl/source/outdev/bezier.cxx
+++ b/vcl/source/outdev/bezier.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <vcl/outdev.hxx>
#include <tools/poly.hxx>
Polygon ImplSubdivideBezier( const Polygon& rPoly )
More information about the Libreoffice-commits
mailing list