diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:45:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:52:33 +0200 |
commit | 7680623292f272cf1a8cceb4abb5a67bb5469918 (patch) | |
tree | 9c07a62ce919f9f64d78fc7d60040a3925b5f019 /vcl/inc/salinst.hxx | |
parent | 8b9f2959419a382fec85cdc25b8c49f59b6d85fc (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): vcl
Change-Id: I0bd1d26f6fc4052b812fde33ebd1d63111426942
Reviewed-on: https://gerrit.libreoffice.org/76627
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index a9717167c5b7..5ac470b3eb0a 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -203,7 +203,7 @@ public: virtual void updateMainThread() {} /// get information about underlying versions - virtual OUString getOSVersion() { return OUString("-"); } + virtual OUString getOSVersion() { return "-"; } virtual const cairo_font_options_t* GetCairoFontOptions() { return nullptr; } |