diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-03 07:50:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-03 07:50:43 +0000 |
commit | c793eef27e2e70d460cfc368e5b5cf86a700cc70 (patch) | |
tree | 415c354849cc4752aae9be6452c349a13a6be9b8 /embeddedobj/source/inc/oleembobj.hxx | |
parent | 7a312102bb6ebb4158a5a6782494d8d12c583253 (diff) |
#i10000# Make OnViewChanged_Impl public
Diffstat (limited to 'embeddedobj/source/inc/oleembobj.hxx')
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index 169304b40332..45c9c7ba7a89 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: oleembobj.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2006-02-02 16:07:36 $ + * last change: $Author: rt $ $Date: 2006-02-03 08:50:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -277,7 +277,6 @@ protected: sal_Bool SaveObject_Impl(); sal_Bool OnShowWindow_Impl( sal_Bool bShow ); - void OnViewChanged_Impl(); void CreateOleComponent_Impl( OleComponent* pOleComponent = NULL ); void CreateOleComponentAndLoad_Impl( OleComponent* pOleComponent = NULL ); @@ -306,6 +305,8 @@ public: virtual ~OleEmbeddedObject(); + void OnViewChanged_Impl(); + // XEmbeddedObject virtual void SAL_CALL changeState( sal_Int32 nNewState ) |