summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaela Kedikova <misheto@openoffice.org>2010-11-02 16:08:50 +0100
committerMihaela Kedikova <misheto@openoffice.org>2010-11-02 16:08:50 +0100
commitcfd5f04fbc428abbc99fb0036d93725c95dd5e76 (patch)
treebe38638ba0890b2d075cb3bd4e1bbb2f604d61b3
parenttabcontrol: merge with DEV300_m89 (diff)
downloadcore-cfd5f04fbc428abbc99fb0036d93725c95dd5e76.tar.gz
core-cfd5f04fbc428abbc99fb0036d93725c95dd5e76.zip
tabcontrol: changes regarding version and services
-rw-r--r--offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPage.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPage.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageModel.idl2
10 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
index b52575537d6f..ef678395fe06 100644
--- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
+++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module tab {
/** An event used by a <type>XTabPageContainer</type> to notify changes in tab page activation.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
struct TabPageActivatedEvent: com::sun::star::lang::EventObject
{
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
index 87add4c73c91..6244b18e0c77 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module tab {
/** specifies a TabPage control.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
service UnoControlTabPage
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
index 2ac4beff9b31..488ce4b5354a 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module tab {
/** specifies a TabPageContainer control.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
service UnoControlTabPageContainer
{
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
index 9f90e7c90454..b97b7881b416 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module tab {
/** specifies a model for a UnoControlTabPageContainer control.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
service UnoControlTabPageContainerModel
{
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 0f74e21865db..3508e33260c7 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module awt { module tab {
//=============================================================================
/** specifies the standard model of a XTabPageModel.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
service UnoControlTabPageModel : XTabPageModel
{
diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl
index a76d85c5f7f7..616820071f5b 100644
--- a/offapi/com/sun/star/awt/tab/XTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPage.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module tab {
@see UnoControlTabPage
- @since OOo 3.3.0
+ @since OOo 3.4
*/
interface XTabPage
{
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index 65964337c43f..e62cf4c365c1 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module tab {
@see UnoControlTabPageContainer
- @since OOo 3.3.0
+ @since OOo 3.4
*/
interface XTabPageContainer
{
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
index 5e256c3b999d..f46951231513 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module awt { module tab {
/** An instance of this interface is used by the <type>XTabPageContainer</type> to
get notifications about changes in activation of tab pages.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
interface XTabPageContainerListener: com::sun::star::lang::XEventListener
{
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
index ac9ff468af89..cc815209a01d 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt { module tab {
/** specifies an interface for a UnoControlTabPageContainerModel.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
interface XTabPageContainerModel
{
diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
index d9e688a79415..15fae422bb17 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module awt { module tab {
/** specifies an XTabPageModel interface.
- @since OOo 3.3.0
+ @since OOo 3.4
*/
interface XTabPageModel