Author: pescetti
Date: Thu Sep 24 23:50:09 2015
New Revision: 1705200

URL: http://svn.apache.org/viewvc?rev=1705200&view=rev
Log:
#i126305# Fix typo that prevents merging from trunk.

Modified:
    openoffice/branches/AOO410/main/sfx2/source/doc/docfile.cxx

Modified: openoffice/branches/AOO410/main/sfx2/source/doc/docfile.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sfx2/source/doc/docfile.cxx?rev=1705200&r1=1705199&r2=1705200&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/sfx2/source/doc/docfile.cxx (original)
+++ openoffice/branches/AOO410/main/sfx2/source/doc/docfile.cxx Thu Sep 24 
23:50:09 2015
@@ -2533,7 +2533,7 @@ void SfxMedium::UseInteractionHandler( s
 ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >
 SfxMedium::GetInteractionHandler()
 {
-    // if interaction isnt allowed explicitly ... return empty reference!
+    // if interaction isn't allowed explicitly ... return empty reference!
     if ( !pImp->bUseInteractionHandler )
         return ::com::sun::star::uno::Reference< 
::com::sun::star::task::XInteractionHandler >();
 


Reply via email to