diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 20:18:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-17 10:04:38 +0200 |
commit | 573562e72a5fd85b75006fbc8869c73903a6e504 (patch) | |
tree | 866cfff40b7974ab4a9541214a93c104c10f593b /include/svtools | |
parent | a944d4c2aacafdac78eabd7fb0f8909a66d935eb (diff) |
weld DirectSQLDialog
Change-Id: I8f97068bb38a1fb888d60251f8f25506044c8451
Reviewed-on: https://gerrit.libreoffice.org/78970
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/editsyntaxhighlighter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/editsyntaxhighlighter.hxx b/include/svtools/editsyntaxhighlighter.hxx index ee45651b3f86..a3e94fe96d8b 100644 --- a/include/svtools/editsyntaxhighlighter.hxx +++ b/include/svtools/editsyntaxhighlighter.hxx @@ -45,6 +45,8 @@ class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public MultiLineEdit virtual void SetText( const OUString& rStr, const Selection& rNewSelection ) override { SetText( rStr ); SetSelection( rNewSelection ); } + static Color GetSyntaxHighlightColor(const svtools::ColorConfig& rColorConfig, HighlighterLanguage eLanguage, TokenType aToken); + Color GetColorValue(TokenType aToken); }; |