summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-03 07:50:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-03 07:50:43 +0000
commitc793eef27e2e70d460cfc368e5b5cf86a700cc70 (patch)
tree415c354849cc4752aae9be6452c349a13a6be9b8 /embeddedobj/source/inc
parent#i10000# build error fixed (mav) (diff)
downloadcore-c793eef27e2e70d460cfc368e5b5cf86a700cc70.tar.gz
core-c793eef27e2e70d460cfc368e5b5cf86a700cc70.zip
#i10000# Make OnViewChanged_Impl public
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx7
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 )