summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.cxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-04-18 11:34:53 +0000
committerEike Rathke <er@openoffice.org>2001-04-18 11:34:53 +0000
commit945c2e5d0efa0183f778d438824baf34013aea23 (patch)
tree1c89f35e3e02f5d4dfd807c0c5186df91b545528 /sc/source/filter/xml/XMLTableSourceContext.cxx
parent08558e289cbfeb2ccf1e576f5bd8ccbcee3b8762 (diff)
ScTableLink with refresh delay
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.cxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.cxx b/sc/source/filter/xml/XMLTableSourceContext.cxx
index f6f0364202e5..ce76a4237623 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.cxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableSourceContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:16:30 $
+ * last change: $Author: er $ $Date: 2001-04-18 12:31:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,7 +180,14 @@ void ScXMLTableSourceContext::EndElement()
else if ( nMode == sheet::SheetLinkMode_VALUE )
nLinkMode = SC_LINK_VALUE;
- pDoc->SetLink( GetScImport().GetTables().GetCurrentSheet(), nLinkMode, aFileString, aFilterString, aOptString, aSheetString );
+//!!!!!!!
+//! TODO: (erAck 17.04.01) store and load refresh delay
+//!!!!!!!
+ ULONG nLinkRefreshDelay = 0;
+
+ pDoc->SetLink( GetScImport().GetTables().GetCurrentSheet(),
+ nLinkMode, aFileString, aFilterString, aOptString,
+ aSheetString, nLinkRefreshDelay );
}
}
}