diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-28 12:56:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-28 13:48:14 +0100 |
commit | a2f9c446b79d50d808bdc6e3487d230459f81260 (patch) | |
tree | 2e307c998b2827e17feb6008a4ff703310199b30 /include | |
parent | 176ac1e61610579ba8ac202c16d7aa0c0991af89 (diff) |
Some clean-up
Change-Id: I8ef80b7ae952428a62cc1cea8b03219b77a83e99
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/syntaxhighlight.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx index ec0bf7c01e41..081be1d33f60 100644 --- a/include/comphelper/syntaxhighlight.hxx +++ b/include/comphelper/syntaxhighlight.hxx @@ -80,8 +80,9 @@ public: void getHighlightPortions( const OUString& rLine, std::vector<HighlightPortion>& pPortions ); - HighlighterLanguage GetLanguage() { return eLanguage;} + HighlighterLanguage GetLanguage(); }; + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |