From 47bc56725a37834888680986844b5d7630a6581d Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 21 Nov 2013 15:23:09 +0100 Subject: Rework data streams to be more like file links (ScAreaLink). By inheriting from sfx2::SvBaseLink and storing in sfx2::LinkManager we can have more data streams and see / remove them in Edit -> Links... dialog. Also rename to DataStream to avoid confusion. Change-Id: I9c3b89020324af7be082f9e6e1cd479aeb72fe81 --- sc/Library_sc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/Library_sc.mk') diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index aa7099c8ab63..fe2ddf89580e 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -385,6 +385,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/dialogs/searchresults \ sc/source/ui/docshell/arealink \ sc/source/ui/docshell/autostyl \ + sc/source/ui/docshell/datastream \ sc/source/ui/docshell/dbdocfun \ sc/source/ui/docshell/dbdocimp \ sc/source/ui/docshell/docfunc \ @@ -443,8 +444,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/miscdlgs/autofmt \ sc/source/ui/miscdlgs/conflictsdlg \ sc/source/ui/miscdlgs/crnrdlg \ - sc/source/ui/miscdlgs/datastreams \ - sc/source/ui/miscdlgs/datastreamsdlg \ + sc/source/ui/miscdlgs/datastreamdlg \ sc/source/ui/miscdlgs/highred \ sc/source/ui/miscdlgs/optsolver \ sc/source/ui/miscdlgs/protectiondlg \ -- cgit