summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/iderdll2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-14 09:20:01 +0200
committerNoel Grandin <noel@peralex.com>2015-05-19 11:10:54 +0200
commitae451af87d01de3806abf1db474017d002092e4c (patch)
tree6da5249f4a848d186d2c47a7f8c6ddc9ad0f713c /basctl/source/basicide/iderdll2.hxx
parentastyle (diff)
downloadcore-ae451af87d01de3806abf1db474017d002092e4c.tar.gz
core-ae451af87d01de3806abf1db474017d002092e4c.zip
basic: used typed LINKs
Change-Id: I8770a782e7ff5529e30aee13558711bdd8a4070d
Diffstat (limited to 'basctl/source/basicide/iderdll2.hxx')
-rw-r--r--basctl/source/basicide/iderdll2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx
index 6359d177ab57..e64b6a01ae4e 100644
--- a/basctl/source/basicide/iderdll2.hxx
+++ b/basctl/source/basicide/iderdll2.hxx
@@ -50,7 +50,7 @@ private:
bool bShellInCriticalSection;
protected:
- DECL_STATIC_LINK( ExtraData, GlobalBasicBreakHdl, StarBASIC * );
+ DECL_STATIC_LINK_TYPED( ExtraData, GlobalBasicBreakHdl, StarBASIC *, sal_uInt16 );
public:
ExtraData();