summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-17 11:36:18 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 10:13:27 -0500
commit8538722a494c190aa432356111ffc87c87ce4e76 (patch)
tree094d4983f8e86ea4e3e8a5279fc1f74ebcee87f5 /sc/Library_sc.mk
parent2fe4112c5b6c48e4ab39335854406ff8255d7280 (diff)
Add sc::DocumentStreamAccess class.
To provide the DataStream class with a fast way to manipulate document content without altering broadcaster positions or unnecessary broadcasting. Change-Id: Ib329313b8668c9a1698ea05372de6269d089859c
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 23d50402e40c..b60af822f237 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -118,6 +118,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/data/documen9 \
sc/source/core/data/document \
sc/source/core/data/documentimport \
+ sc/source/core/data/documentstreamaccess \
sc/source/core/data/dpdimsave \
sc/source/core/data/dpfilteredcache \
sc/source/core/data/dpglobal \