diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2016-08-28 11:52:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-29 06:21:34 +0000 |
commit | 301279ea15f0310367598300f884062333628767 (patch) | |
tree | d8241565a0cad208aa5e3e84db06382bb0209f45 /include/basic/sbstar.hxx | |
parent | 31714a78eba0fc1cfa3c1a9e0456c2c7ee4edf77 (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/sbstar.hxx')
-rw-r--r-- | include/basic/sbstar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 47f21bc3aec0..3ec0693a6bd6 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -85,7 +85,7 @@ protected: public: - SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_BASIC,1); + SBX_DECL_PERSIST_NODATA(SBXID_BASIC,1); StarBASIC( StarBASIC* pParent = nullptr, bool bIsDocBasic = false ); |