whitespace cleanup.
This commit is contained in:
parent
44c3f12e20
commit
22652581ff
2 changed files with 6 additions and 6 deletions
|
@ -1219,10 +1219,10 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
|
|||
beans::PropertyChangeEvent aEvent;
|
||||
aEvent.Source = static_cast< cppu::OWeakObject * >( this );
|
||||
aEvent.Further = sal_False;
|
||||
// aEvent.PropertyName =
|
||||
// aEvent.PropertyName =
|
||||
aEvent.PropertyHandle = -1;
|
||||
// aEvent.OldValue =
|
||||
// aEvent.NewValue =
|
||||
// aEvent.OldValue =
|
||||
// aEvent.NewValue =
|
||||
|
||||
const beans::PropertyValue* pValues = rValues.getConstArray();
|
||||
sal_Int32 nCount = rValues.getLength();
|
||||
|
|
|
@ -106,7 +106,7 @@ class Content : public ::ucbhelper::ContentImplHelper,
|
|||
public com::sun::star::ucb::XContentCreator
|
||||
{
|
||||
enum ContentState { TRANSIENT, // created via createNewContent,
|
||||
// but did not process "insert" yet
|
||||
// but did not process "insert" yet
|
||||
PERSISTENT, // processed "insert"
|
||||
DEAD // processed "delete" / document was closed
|
||||
};
|
||||
|
@ -173,7 +173,7 @@ private:
|
|||
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >
|
||||
getPropertyValues( const ::com::sun::star::uno::Sequence<
|
||||
::com::sun::star::beans::Property >& rProperties );
|
||||
::com::sun::star::beans::Property >& rProperties );
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >
|
||||
setPropertyValues(
|
||||
const ::com::sun::star::uno::Sequence<
|
||||
|
@ -294,7 +294,7 @@ public:
|
|||
execute( const com::sun::star::ucb::Command& aCommand,
|
||||
sal_Int32 CommandId,
|
||||
const com::sun::star::uno::Reference<
|
||||
com::sun::star::ucb::XCommandEnvironment >& Environment )
|
||||
com::sun::star::ucb::XCommandEnvironment >& Environment )
|
||||
throw( com::sun::star::uno::Exception,
|
||||
com::sun::star::ucb::CommandAbortedException,
|
||||
com::sun::star::uno::RuntimeException );
|
||||
|
|
Loading…
Reference in a new issue