summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-23 08:01:12 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-23 08:01:40 -0800
commita59240d09dc049dd8f60267fac745068bc54f140 (patch)
tree329a86f382417dea331a26d4637c6f2321950d2c /sfx2
parentbe406c90f67890f4e161333bcfa4b9ab15f3f1bb (diff)
White space cleanup
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appuno.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 63dd814c30..04f8a04210 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -2,7 +2,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
@@ -1487,7 +1487,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, ::com::sun::sta
if ( rSet.GetItemState( SID_BLACK_LIST, sal_False, &pItem ) == SFX_ITEM_SET )
{
pValue[nActProp].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(sBlackList));
-
+
com::sun::star::uno::Sequence< rtl::OUString > aList;
((SfxStringListItem*)pItem)->GetStringList( aList );
pValue[nActProp++].Value <<= aList ;
@@ -2154,7 +2154,7 @@ SFX2_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo(
aTempStr += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
xNewKey = xKey->createKey( aTempStr );
xNewKey->createKey( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.SpecialEmbeddedObject")) );
-
+
// IFrameObject
aImpl = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/"));
aImpl += ::sfx2::IFrameObject::impl_getStaticImplementationName();
@@ -2443,7 +2443,7 @@ RequestPackageReparation::RequestPackageReparation( ::rtl::OUString aName )
static_cast< XWeak* > ( this ),
// my own interfaces
static_cast< XInteractionRequest* > ( this ) );
-}
+}
void SAL_CALL RequestPackageReparation::acquire( ) throw ()
{
@@ -2453,7 +2453,7 @@ void SAL_CALL RequestPackageReparation::acquire( ) throw ()
void SAL_CALL RequestPackageReparation::release( ) throw ()
{
OWeakObject::release();
-}
+}
::com::sun::star::uno::Any SAL_CALL RequestPackageReparation::getRequest()
throw( ::com::sun::star::uno::RuntimeException )
@@ -2494,7 +2494,7 @@ NotifyBrokenPackage::NotifyBrokenPackage( ::rtl::OUString aName )
static_cast< XWeak* > ( this ),
// my own interfaces
static_cast< XInteractionRequest* > ( this ) );
-}
+}
void SAL_CALL NotifyBrokenPackage::acquire( ) throw ()
{
@@ -2504,7 +2504,7 @@ void SAL_CALL NotifyBrokenPackage::acquire( ) throw ()
void SAL_CALL NotifyBrokenPackage::release( ) throw ()
{
OWeakObject::release();
-}
+}
::com::sun::star::uno::Any SAL_CALL NotifyBrokenPackage::getRequest()
throw( ::com::sun::star::uno::RuntimeException )