summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-01 03:32:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-01 03:34:07 +0200
commitf19ebe978a329e5322fca89aaf568371c532e5fb (patch)
tree3851cff119be3328e9f691d698e9b9b8f84060e9 /sc/inc
parentc41f72f5a9cdee8e048c29768ada9a9e2666b7d7 (diff)
first part of border import test
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 2fbd0eb27970..1c0477cd6e3b 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -865,7 +865,7 @@ public:
SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt16 nMask ) const;
SC_DLLPUBLIC bool HasAttrib( const ScRange& rRange, sal_uInt16 nMask ) const;
- void GetBorderLines( SCCOL nCol, SCROW nRow, SCTAB nTab,
+ SC_DLLPUBLIC void GetBorderLines( SCCOL nCol, SCROW nRow, SCTAB nTab,
const ::editeng::SvxBorderLine** ppLeft,
const ::editeng::SvxBorderLine** ppTop,
const ::editeng::SvxBorderLine** ppRight,