diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-22 10:14:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-22 12:08:22 +0100 |
commit | 78b2d4d00dfaebb42417a527e01a33ef24e34b7b (patch) | |
tree | be499663ba24ed240ce4f1437b547167e2f8bf84 /basctl | |
parent | 01089138cc76f5717244bd04f25a868602aeaab6 (diff) |
callcatcher: update list
Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 5 | ||||
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 2 |
2 files changed, 0 insertions, 7 deletions
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; } |