diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 01:42:23 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 02:30:40 +1000 |
commit | 0347aecfc7bb72db1d4feb90d8323012cd1ae521 (patch) | |
tree | c5661f94b546a1b7dd57d6530e58b0b276fdf69a /vcl | |
parent | f9fa335da091c12ddf5f7eff37230e9bc6ae7012 (diff) |
Reorganize outdev.hxx - mainly map functions
Mainly moved map functions into their own block, however I have also
done a bit more reorganization. Quite a bit to go, it seems...
Change-Id: I041d91c9b96066f5f1e11bd82968c2712988e5f4
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 2 | ||||
-rw-r--r-- | vcl/source/outdev/map.cxx (renamed from vcl/source/outdev/outmap.cxx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index b82354ce8dbf..8a6cb5c8d15e 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -252,7 +252,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/outdev/curvedshapes \ vcl/source/outdev/wallpaper \ vcl/source/outdev/nativecontrols \ - vcl/source/outdev/outmap \ + vcl/source/outdev/map \ vcl/source/gdi/pdfextoutdevdata \ vcl/source/gdi/pdffontcache \ vcl/source/gdi/pdfwriter \ diff --git a/vcl/source/outdev/outmap.cxx b/vcl/source/outdev/map.cxx index 24e929c1b371..24e929c1b371 100644 --- a/vcl/source/outdev/outmap.cxx +++ b/vcl/source/outdev/map.cxx |