summaryrefslogtreecommitdiff
path: root/sc/inc/tokenuno.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-03-28 22:47:22 +0100
committerNoel Power <noel.power@novell.com>2012-03-28 22:56:28 +0100
commit3043cc87ad5570eaea404f220e42547b5efa7713 (patch)
treece76990339dca1e7c896eb2dcea5bd512de20751 /sc/inc/tokenuno.hxx
parentbb070c05b6e2d09b15fed673507a523c11eb2a19 (diff)
some performance improvements
a) directly access core for creating named ranges ( the import code still uses uno for accessing the named ranges ) b) combine ranges with equal formats so that format can be applied to a multirange ( to avoid multiple uno calls )
Diffstat (limited to 'sc/inc/tokenuno.hxx')
-rw-r--r--sc/inc/tokenuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx
index 8f68d0762db4..36486c404dc1 100644
--- a/sc/inc/tokenuno.hxx
+++ b/sc/inc/tokenuno.hxx
@@ -49,7 +49,7 @@ class ScDocShell;
class ScTokenConversion
{
public:
- static bool ConvertToTokenArray(
+ static SC_DLLPUBLIC bool ConvertToTokenArray(
ScDocument& rDoc,
ScTokenArray& rTokenArray,
const com::sun::star::uno::Sequence< com::sun::star::sheet::FormulaToken >& rSequence );