diff options
Diffstat (limited to 'sfx2/source/appl/impldde.cxx')
-rw-r--r-- | sfx2/source/appl/impldde.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx index 4ea44c7d2b4f..25097d480440 100644 --- a/sfx2/source/appl/impldde.cxx +++ b/sfx2/source/appl/impldde.cxx @@ -124,7 +124,7 @@ bool SvDDEObject::GetData( css::uno::Any & rData /*out param*/, pConnection.reset( new DdeConnection( sServer, sTopic ) ); } - if( bWaitForData ) // we are in an rekursive loop, get out again + if( bWaitForData ) // we are in a recursive loop, get out again return false; // Lock against Reentrance |