summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-04-11 02:34:05 +0200
committerMichael Stahl <mstahl@redhat.com>2014-04-22 14:36:25 +0200
commit185c270e66d03d1f77beb8a8996393d023e818e7 (patch)
tree14e1da19d8679c58905f76c2d3d3642ec675adc4 /sw/Library_sw.mk
parente2a349c19dd1f8e00ae677c26900938d11f13938 (diff)
Split out the IDocumentDeviceAccess interface of SwDoc.
The interface implementation is now in the class DocumentDeviceManager and SwDoc has a member variable of that class to which the Interface's method calls get forwarded. The following methods were also moved because they are only used by this interface: CreateVirtualDevice_, CreatePrinter_ and PrtDataChanged. Change-Id: I0b0de6540f0c8635ce560381fb924a3d9cd50c0e
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 5e74b79e283e..62b864fa5e32 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -185,6 +185,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/doc/docsort \
sw/source/core/doc/docstat \
sw/source/core/doc/doctxm \
+ sw/source/core/doc/DocumentDeviceManager \
sw/source/core/doc/docxforms \
sw/source/core/doc/DocumentSettingManager \
sw/source/core/doc/extinput \