summaryrefslogtreecommitdiff
path: root/include/basic/sbmeth.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/sbmeth.hxx
parent31714a78eba0fc1cfa3c1a9e0456c2c7ee4edf77 (diff)
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/sbmeth.hxx')
-rw-r--r--include/basic/sbmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index 79199805af05..a49bcf245c26 100644
--- a/include/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
@@ -51,7 +51,7 @@ class BASIC_DLLPUBLIC SbMethod : public SbxMethod
virtual ~SbMethod();
public:
- SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_BASICMETHOD,2);
+ SBX_DECL_PERSIST_NODATA(SBXID_BASICMETHOD,2);
virtual SbxInfo* GetInfo() override;
SbxArray* GetStatics();
void ClearStatics();