diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-16 11:50:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-16 11:50:55 +0000 |
commit | 40dce71ae36392fdf51849bb3ab11af35fec062f (patch) | |
tree | e099b4da65db02d14209e0036e49e815e77be8f2 /sc/inc | |
parent | 90e0834d5612cf75e9a21b3a6bab10f6a98ac053 (diff) |
#i10000# see also MWS fix on OOO310_m1
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/olinetab.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx index 975568d023b4..59846d7717a0 100644 --- a/sc/inc/olinetab.hxx +++ b/sc/inc/olinetab.hxx @@ -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( |