diff options
Diffstat (limited to 'include/basic/sbmeth.hxx')
-rw-r--r-- | include/basic/sbmeth.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx index 70e61c68754d..2f0aab790ad2 100644 --- a/include/basic/sbmeth.hxx +++ b/include/basic/sbmeth.hxx @@ -57,7 +57,6 @@ public: SbxArray* GetStatics(); void ClearStatics(); SbModule* GetModule() { return pMod; } - sal_uInt32 GetId() const { return nStart; } sal_uInt16 GetDebugFlags() { return nDebugFlags; } void SetDebugFlags( sal_uInt16 n ) { nDebugFlags = n; } void GetLineRange( sal_uInt16&, sal_uInt16& ); |