summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxmeth.hxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-08-28 11:52:53 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-29 06:21:34 +0000
commit301279ea15f0310367598300f884062333628767 (patch)
treed8241565a0cad208aa5e3e84db06382bb0209f45 /include/basic/sbxmeth.hxx
parentloplugin:unreffun (diff)
downloadcore-301279ea15f0310367598300f884062333628767.tar.gz
core-301279ea15f0310367598300f884062333628767.zip
BASIC : Remove useless SbxBase::GetCreator
Change-Id: I3d9aa358ffaefc11b7d2427f2b567c360be2c667 Reviewed-on: https://gerrit.libreoffice.org/28434 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbxmeth.hxx')
-rw-r--r--include/basic/sbxmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index 9ce9e0373fdf..81de1fb78119 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -28,7 +28,7 @@ class BASIC_DLLPUBLIC SbxMethod : public SbxVariable
bool mbIsRuntimeFunction;
SbxDataType mbRuntimeFunctionReturnType;
public:
- SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_METHOD,1);
+ SBX_DECL_PERSIST_NODATA(SBXID_METHOD,1);
SbxMethod( const OUString& r, SbxDataType t, bool bIsRuntimeFunction=false );
SbxMethod( const SbxMethod& r );
virtual ~SbxMethod();