diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-28 21:09:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-28 22:39:46 +0200 |
commit | 89df4a82bbed0c2e3a4a8be0b995c4400377628c (patch) | |
tree | 85e4681bd50619fcc0c179af6d4edaf617fbbe13 /sw/CppunitTest_sw_uwriter.mk | |
parent | 4b82652c4de94db553dfd7a63801ea81d366315a (diff) |
loplugin:returnconstval (macOS)
Remove the spurious "const" that dates back to a poor change in
9177329a425cf70b515d1f266132838894fe54c6 "vcl: FontCharMap to use intrusive_ptr
ImplFontCharMap":
> --- a/vcl/inc/quartz/salgdi.h
> +++ b/vcl/inc/quartz/salgdi.h
> @@ -73,7 +73,7 @@ public:
> CoreTextStyle* CreateTextStyle( const FontSelectPattern& ) const;
> int GetFontTable( const char pTagName[5], unsigned char* ) const;
>
> - const ImplFontCharMap* GetImplFontCharMap() const;
> + const ImplFontCharMapPtr GetImplFontCharMap() const;
> bool GetFontCapabilities(vcl::FontCapabilities &rFontCapabilities)
> const;
> bool HasChar( sal_uInt32 cChar ) const;
>
Change-Id: I6a533a917ec42513b0783332c35e0a6803504324
Reviewed-on: https://gerrit.libreoffice.org/78235
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_uwriter.mk')
0 files changed, 0 insertions, 0 deletions