diff options
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r-- | sc/inc/attrib.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index ed8c9719272b..cae72cf30cf5 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -54,11 +54,11 @@ class EditTextObject; class SvxBorderLine; -BOOL HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ); +BOOL SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ); //------------------------------------------------------------------------ -class ScMergeAttr: public SfxPoolItem +class SC_DLLPUBLIC ScMergeAttr: public SfxPoolItem { SCsCOL nColMerge; SCsROW nRowMerge; |