summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/nfuncs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/nfuncs.cxx')
-rw-r--r--extensions/source/plugin/base/nfuncs.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/source/plugin/base/nfuncs.cxx b/extensions/source/plugin/base/nfuncs.cxx
index f4164fd71a46..b67756dd67cd 100644
--- a/extensions/source/plugin/base/nfuncs.cxx
+++ b/extensions/source/plugin/base/nfuncs.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -151,9 +151,9 @@ static ::rtl::OString normalizeURL( XPlugin_Impl* plugin, const ::rtl::OString&
struct AsynchronousGetURL
{
- OUString aUrl;
- OUString aTarget;
- Reference< XEventListener > xListener;
+ OUString aUrl;
+ OUString aTarget;
+ Reference< XEventListener > xListener;
DECL_LINK( getURL, XPlugin_Impl* );
};
@@ -280,9 +280,9 @@ extern "C" {
pImpl->addPluginEventListener( pListener );
pListener = NULL;
}
- pAsync->aUrl = OStringToOUString( aLoadURL, pImpl->getTextEncoding() );
- pAsync->aTarget = OStringToOUString( target, pImpl->getTextEncoding() );
- pAsync->xListener = pListener;
+ pAsync->aUrl = OStringToOUString( aLoadURL, pImpl->getTextEncoding() );
+ pAsync->aTarget = OStringToOUString( target, pImpl->getTextEncoding() );
+ pAsync->xListener = pListener;
pImpl->setLastGetUrl( aLoadURL );
Application::PostUserEvent( LINK( pAsync, AsynchronousGetURL, getURL ), pImpl );
@@ -543,7 +543,7 @@ NPError SAL_CALL NP_LOADDS NPN_GetValue( NPP instance, NPNVariable variable, vo
if( ! pImpl )
return 0;
-
+
NPError aResult( NPERR_NO_ERROR );
switch( variable )
@@ -615,9 +615,9 @@ NPError SAL_CALL NP_LOADDS NPN_SetValue( NPP instance,
case (NPPVariable)1000: // NPNVpluginDrawingModel
{
int nDrawingModel = (int)value; // ugly, but that's the way we need to do it
-
+
TRACEN( "drawing model: ", nDrawingModel );
-
+
XPlugin_Impl* pImpl = XPluginManager_Impl::getXPluginFromNPP( instance );
if( pImpl )
pImpl->getSysPlugData().m_nDrawingModel = nDrawingModel;