diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:22:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:22:13 +0000 |
commit | 4011187ff516846635d4e2c3256dca3eb8c3719f (patch) | |
tree | c065bc70b3ca137cb2afaa026aa2276ea9171068 /framework/source/helper/oframes.cxx | |
parent | 27973e334a0fdbc8712bdcb1c693b26717923a1e (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'framework/source/helper/oframes.cxx')
-rw-r--r-- | framework/source/helper/oframes.cxx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 75d161707c7b..710e3746f050 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -2,9 +2,9 @@ * * $RCSfile: oframes.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: as $ $Date: 2002-05-23 12:53:20 $ + * last change: $Author: hr $ $Date: 2003-03-25 18:21:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,13 +151,21 @@ OFrames::~OFrames() //***************************************************************************************************************** // XInterface //***************************************************************************************************************** -DEFINE_XINTERFACE_3 ( OFrames , +DEFINE_XINTERFACE_4 ( OFrames , OWeakObject , + DIRECT_INTERFACE(XTypeProvider ), DIRECT_INTERFACE(XFrames ), DIRECT_INTERFACE(XIndexAccess ), DIRECT_INTERFACE(XElementAccess ) ) +DEFINE_XTYPEPROVIDER_4 ( OFrames , + XTypeProvider , + XFrames , + XIndexAccess , + XElementAccess + ) + //***************************************************************************************************************** // XFrames //***************************************************************************************************************** |