summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-14 18:07:00 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-16 07:33:52 +1000
commit96d5e016e1ab6dd873d67a6f389048b013bb49c3 (patch)
tree61b7d8bdab2318289259fc843a68ae3bb195020f /vcl/Library_vcl.mk
parente8acaf7ec062ed0971906cee6311f5a7a156c049 (diff)
Move hatch functions to own source file.
Move outdev4.cxx to hatch.cxx as this now only contains hatch functions. Change-Id: I76fb3c6513045881cd04601e80e3f9a31c2f1f9c
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 61405b3caf88..7d983453183e 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -236,7 +236,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/gdi/oldprintadaptor \
vcl/source/gdi/outdev/outdev2 \
vcl/source/gdi/outdev/outdev3 \
- vcl/source/gdi/outdev/outdev4 \
+ vcl/source/gdi/outdev/hatch \
vcl/source/gdi/outdev/gradient \
vcl/source/gdi/outdev/outdev5 \
vcl/source/gdi/outdev/outdev6 \