summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 3bb09f3bb140..4da4b8fc1956 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -257,7 +257,7 @@ EditorWindow::EditorWindow (vcl::Window* pParent, ModulWindow* pModulWindow) :
notifier_ = n;
}
const Sequence<OUString> aPropertyNames{"FontHeight", "FontName"};
- n->addPropertiesChangeListener(aPropertyNames, listener_.get());
+ n->addPropertiesChangeListener(aPropertyNames, listener_);
}
@@ -280,7 +280,7 @@ void EditorWindow::dispose()
n = notifier_;
}
if (n.is()) {
- n->removePropertiesChangeListener(listener_.get());
+ n->removePropertiesChangeListener(listener_);
}
aSyntaxIdle.Stop();