[Libreoffice-commits] .: sfx2/source
Joseph Powers
jpowers at kemper.freedesktop.org
Thu Dec 23 08:01:48 PST 2010
sfx2/source/appl/appuno.cxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit a59240d09dc049dd8f60267fac745068bc54f140
Author: Joseph Powers <jpowers27 at cox.net>
Date: Thu Dec 23 08:01:12 2010 -0800
White space cleanup
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 63dd814..04f8a04 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 )
More information about the Libreoffice-commits
mailing list