diff options
Diffstat (limited to 'sc/inc/olinetab.hxx')
-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 613c339ac..8090954f9 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; - ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const; + SC_DLLPUBLIC ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const; BOOL GetEntryIndex( USHORT nLevel, SCCOLROW nPos, USHORT& rnIndex ) const; BOOL GetEntryIndexInRange( |