summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:40:54 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:40:54 +0000
commita935a886fe5a9833ed2914d9329af67e25b487e1 (patch)
tree8db4a550bc0d03e1ac85d16016fd51478b14d26c
parent71f942bdf3099bd41a531b742d0370b8aae4a6dd (diff)
INTEGRATION: CWS cov2src (1.16.8); FILE MERGED
2005/10/18 08:43:07 rt 1.16.8.1: #126234# Join MWS COV680 m4 into SRC680
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx
index 3c5d5a275060..1baa9d58ce58 100644
--- a/embeddedobj/source/msole/olecomponent.hxx
+++ b/embeddedobj/source/msole/olecomponent.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: olecomponent.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:42:29 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:40:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -192,6 +192,9 @@ public:
::com::sun::star::uno::Sequence< sal_Int8 > GetCLSID();
+ sal_Bool IsDirty();
+
+ void StoreOwnTmpIfNecessary();
void StoreObjectToStream( ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xOutStream );
sal_Bool SaveObject_Impl();