summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-11-03 09:59:38 +0000
committerOliver Bolte <obo@openoffice.org>2009-11-03 09:59:38 +0000
commit75d54a8b13a35ed022878ce989a841954139bb35 (patch)
tree0a30756ad954f7241577fcdda097e36ac994b719
parent2144a0b58654ff40dc929bb5533b42aadac21196 (diff)
CWS-TOOLING: integrate CWS dba32i
2009-11-02 08:24:27 +0100 oj r277285 : i105959# simply logic again 2009-10-30 14:47:31 +0100 oj r277271 : #i105959# duplicate contion row when new or criteria was found 2009-10-30 14:46:50 +0100 oj r277270 : #i105959# replace boolean_term with search_condition and add extra () 2009-10-28 08:12:38 +0100 oj r277235 : #i105825# try catch in the wrong place 2009-10-27 12:15:40 +0100 fs r277197 : compiler bug: streaming a volatile double into an Any results in a boolean-Any ... removed the 'volatile', which was nonsense, anyway 2009-10-23 22:07:54 +0200 fs r277171 : #i103611# re-introduced the hack for transparent VCL child windows, which got lost since OOo 3.1.x (commit approved by aw) 2009-10-23 07:11:59 +0200 oj r277131 : #i105959# handle parameter like column_ref 2009-10-22 14:57:55 +0200 fs r277124 : #i10000# wrongly resolved the merge conflict, corrected now 2009-10-22 13:53:23 +0200 oj r277118 : #i105959# change config when doc location has changed 2009-10-22 11:31:22 +0200 oj r277111 : #i106072# attachprovider at the end of doc 2009-10-22 09:12:47 +0200 fs r277102 : CWS-TOOLING: rebase CWS dba32i to branches/OOO320@276942 (milestone: OOO320:m2) 2009-10-21 21:13:02 +0200 fs r277101 : module 'data' does not exist anymore (for a long time by now), so now need to list it here 2009-10-21 13:35:35 +0200 fs r277089 : #i105992# 2009-10-21 13:17:51 +0200 fs r277088 : reintroduced the fix for issue #i102090#, which got lost since 3.1.1, during one of the many merges/changes 2009-10-21 13:06:55 +0200 fs r277085 : #i105992# position the control in isPrimitiveVisible, not in get2DDecomposition. The latter might not be called in some situations, the former (hopefully) always is 2009-10-20 07:35:27 +0200 oj r277036 : #i106041# check the dispatch in impl_select not before 2009-10-13 08:40:52 +0200 oj r276843 : #i105825# throw exception when database was written by newer version 2009-10-12 14:32:19 +0200 oj r276834 : #i105724# check tDisplayCondition 2009-10-12 13:24:28 +0200 fs r276829 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-12 10:46:27 +0200 fs r276821 : since tags 2009-10-09 10:51:29 +0200 fs r276800 : #i105712# re-introduce XUnoTunnel 2009-10-09 10:46:48 +0200 oj r276799 : #i105716# end chars with 0
-rw-r--r--offapi/com/sun/star/document/DocumentEvent.idl1
-rw-r--r--offapi/com/sun/star/document/XDocumentEventBroadcaster.idl1
-rw-r--r--offapi/com/sun/star/document/XDocumentEventListener.idl1
-rw-r--r--offapi/com/sun/star/modules.idl3
4 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl
index a3ea1d150..a01853f28 100644
--- a/offapi/com/sun/star/document/DocumentEvent.idl
+++ b/offapi/com/sun/star/document/DocumentEvent.idl
@@ -52,6 +52,7 @@ module com { module sun { module star { module document {
anymore.</p>
@see XDocumentEventBroadcaster
+ @since OpenOffice.org 3.1
*/
struct DocumentEvent : ::com::sun::star::lang::EventObject
{
diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
index 77180f097..13acc756a 100644
--- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
+++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
@@ -61,6 +61,7 @@ interface XDocumentEventListener;
anymore.</p>
@see DocumentEvent
+ @since OpenOffice.org 3.1
*/
interface XDocumentEventBroadcaster
{
diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl
index 1fff8de53..61207c3f8 100644
--- a/offapi/com/sun/star/document/XDocumentEventListener.idl
+++ b/offapi/com/sun/star/document/XDocumentEventListener.idl
@@ -50,6 +50,7 @@ module com { module sun { module star { module document {
anymore.</p>
@see XDocumentEventBroadcaster
+ @since OpenOffice.org 3.1
*/
interface XDocumentEventListener : ::com::sun::star::lang::XEventListener
{
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl
index 34485e6de..427db9dad 100644
--- a/offapi/com/sun/star/modules.idl
+++ b/offapi/com/sun/star/modules.idl
@@ -78,9 +78,6 @@ module chart {};
*/
module chart2 {};
-/// Non-JDBC conform database interfaces <b>(deprecated)</d>
-module data {};
-
/// Access to the tree of configuration data.
module configuration {};