From 78b2d4d00dfaebb42417a527e01a33ef24e34b7b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Aug 2012 10:14:17 +0100 Subject: callcatcher: update list Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc --- basctl/source/basicide/baside2.cxx | 5 ----- basctl/source/basicide/baside2.hxx | 2 -- 2 files changed, 7 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 95201da53176..2475ef68d2a9 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -1417,11 +1417,6 @@ bool ModulWindow::IsReadOnly() return GetEditView() && GetEditView()->IsReadOnly(); } -void ModulWindow::SetLineNumberDisplay(bool b) -{ - aXEditorWindow.SetLineNumberDisplay(b); -} - bool ModulWindow::IsPasteAllowed() { bool bPaste = false; diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 0319dd2075c2..0ad755c7692a 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -353,8 +353,6 @@ public: virtual void SetReadOnly (bool bReadOnly); virtual bool IsReadOnly(); - void SetLineNumberDisplay(bool); - StarBASIC* GetBasic() { XModule(); return xBasic; } SbModule* GetSbModule() { return xModule; } -- cgit