diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-12 10:53:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-12 10:53:18 +0000 |
commit | f8b80701e0dea65349aab90ed96afa184b51ae22 (patch) | |
tree | faded352d909ce537bfd9eb65c1974557ff8d6c2 /basctl/source/basicide/baside2b.cxx | |
parent | d8a9c74f41355362997c7f8b58942936a4a6d262 (diff) |
these can all be made const
Change-Id: I6a8af82e8612196f20143f4997eb95c80a2ca13d
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 0aadfead07f9..60fa48ad46dc 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -789,7 +789,7 @@ void EditorWindow::HandleProcedureCompletion() } } -bool EditorWindow::GetProcedureName(OUString& rLine, OUString& rProcType, OUString& rProcName) +bool EditorWindow::GetProcedureName(OUString& rLine, OUString& rProcType, OUString& rProcName) const { std::vector<HighlightPortion> aPortions; aHighlighter.getHighlightPortions(rLine, aPortions); |