whitespace cleanup.
This commit is contained in:
parent
ab6fc0e3df
commit
52a1cb1845
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
|
|
||||||
- Root Folder vs. 'normal' Folder
|
- Root Folder vs. 'normal' Folder
|
||||||
- root doesn't support command 'delete'
|
- root doesn't support command 'delete'
|
||||||
- root doesn't support command 'insert'
|
- root doesn't support command 'insert'
|
||||||
- root needs not created via XContentCreator - queryContent with root
|
- root needs not created via XContentCreator - queryContent with root
|
||||||
folder id ( HIERARCHY_ROOT_FOLDER_URL ) always returns a value != 0
|
folder id ( HIERARCHY_ROOT_FOLDER_URL ) always returns a value != 0
|
||||||
|
@ -552,7 +552,7 @@ uno::Any SAL_CALL HierarchyContent::execute(
|
||||||
{
|
{
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
// transfer
|
// transfer
|
||||||
// ( Not available at link objects )
|
// ( Not available at link objects )
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
ucb::TransferInfo aInfo;
|
ucb::TransferInfo aInfo;
|
||||||
|
@ -1161,7 +1161,7 @@ uno::Sequence< uno::Any > HierarchyContent::setPropertyValues(
|
||||||
|
|
||||||
beans::PropertyChangeEvent aEvent;
|
beans::PropertyChangeEvent aEvent;
|
||||||
aEvent.Source = static_cast< cppu::OWeakObject * >( this );
|
aEvent.Source = static_cast< cppu::OWeakObject * >( this );
|
||||||
aEvent.Further = sal_False;
|
aEvent.Further = sal_False;
|
||||||
// aEvent.PropertyName =
|
// aEvent.PropertyName =
|
||||||
aEvent.PropertyHandle = -1;
|
aEvent.PropertyHandle = -1;
|
||||||
// aEvent.OldValue =
|
// aEvent.OldValue =
|
||||||
|
|
Loading…
Reference in a new issue