Kaydet (Commit) 13fec19b authored tarafından Chris Sherlock's avatar Chris Sherlock

Move OutputDevice source files to vcl/source/gdi/outdev

I will be splitting out these files into OutputDevice functionality

Change-Id: If04c104a49a4a0dfc53a36cb84f8f4178e9f52c8
üst 1f742c52
...@@ -234,14 +234,14 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ ...@@ -234,14 +234,14 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/gdi/metric \ vcl/source/gdi/metric \
vcl/source/gdi/octree \ vcl/source/gdi/octree \
vcl/source/gdi/oldprintadaptor \ vcl/source/gdi/oldprintadaptor \
vcl/source/gdi/outdev2 \ vcl/source/gdi/outdev/outdev2 \
vcl/source/gdi/outdev3 \ vcl/source/gdi/outdev/outdev3 \
vcl/source/gdi/outdev4 \ vcl/source/gdi/outdev/outdev4 \
vcl/source/gdi/outdev5 \ vcl/source/gdi/outdev/outdev5 \
vcl/source/gdi/outdev6 \ vcl/source/gdi/outdev/outdev6 \
vcl/source/gdi/outdev \ vcl/source/gdi/outdev/outdev \
vcl/source/gdi/outdevnative \ vcl/source/gdi/outdev/outdevnative \
vcl/source/gdi/outmap \ vcl/source/gdi/outdev/outmap \
vcl/source/gdi/pdfextoutdevdata \ vcl/source/gdi/pdfextoutdevdata \
vcl/source/gdi/pdffontcache \ vcl/source/gdi/pdffontcache \
vcl/source/gdi/pdfwriter \ vcl/source/gdi/pdfwriter \
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
#include "graphite_features.hxx" #include "graphite_features.hxx"
#endif #endif
#include "pdfwriter_impl.hxx" #include "../pdfwriter_impl.hxx"
#include "com/sun/star/beans/PropertyValues.hpp" #include "com/sun/star/beans/PropertyValues.hpp"
#include "com/sun/star/i18n/XBreakIterator.hpp" #include "com/sun/star/i18n/XBreakIterator.hpp"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include "pdfwriter_impl.hxx" #include "../pdfwriter_impl.hxx"
#include "window.h" #include "window.h"
#include "salframe.hxx" #include "salframe.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment