diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2003-12-15 14:44:26 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2003-12-15 14:44:26 +0000 |
commit | 8ff07a4d3e236aa09b3b7de673c653849b6a0250 (patch) | |
tree | 8a2eb61505ee419ad8ccf57d93aed08d92e5a1ad /embeddedobj | |
parent | f7b1b0f3054766e002ecc0b9ca24cbaaf177e27d (diff) |
#112923# fix typo
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/oleembed.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embeddedobj/source/msole/oleembed.cxx b/embeddedobj/source/msole/oleembed.cxx index 3cf4a80a731f..1debaa57ac53 100644 --- a/embeddedobj/source/msole/oleembed.cxx +++ b/embeddedobj/source/msole/oleembed.cxx @@ -2,9 +2,9 @@ * * $RCSfile: oleembed.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mav $ $Date: 2003-12-15 15:37:42 $ + * last change: $Author: mav $ $Date: 2003-12-15 15:44:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,7 +158,7 @@ void SAL_CALL OleEmbeddedObject::changeState( sal_Int32 nNewState ) // and it holds reference to "incomplete" component // If the object is switched to running state later // the component will become "complete" - GetRidOfComponent( sal_False ); + GetRidOfComponent(); } else if ( nNewState == embed::EmbedStates::EMBED_RUNNING || nNewState == embed::EmbedStates::EMBED_ACTIVE ) { |