#i10000# see also MWS fix on OOO310_m1

This commit is contained in:
Oliver Bolte 2009-02-16 11:50:55 +00:00
parent 90e0834d56
commit 40dce71ae3
2 changed files with 1 additions and 2 deletions

View file

@ -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(

View file

@ -65,7 +65,6 @@ public:
}
else
throw container::NoSuchElementException();
return uno::Any();
}
};