#i10000# see also MWS fix on OOO310_m1
This commit is contained in:
parent
90e0834d56
commit
40dce71ae3
2 changed files with 1 additions and 2 deletions
|
@ -111,7 +111,7 @@ public:
|
|||
|
||||
ScOutlineEntry* GetEntry( USHORT nLevel, USHORT nIndex ) const;
|
||||
USHORT GetCount( USHORT nLevel ) const;
|
||||
SC_DLLPUBLIC ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const;
|
||||
ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const;
|
||||
|
||||
BOOL GetEntryIndex( USHORT nLevel, SCCOLROW nPos, USHORT& rnIndex ) const;
|
||||
BOOL GetEntryIndexInRange(
|
||||
|
|
|
@ -65,7 +65,6 @@ public:
|
|||
}
|
||||
else
|
||||
throw container::NoSuchElementException();
|
||||
return uno::Any();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue