diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-01 20:35:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-02 13:44:24 +0000 |
commit | 3520b0f82aa2146958fbc1bda1cf7e9b5beb9a5d (patch) | |
tree | 04a7212e3d32c9db862355183eaf293d2729ccd7 /vcl/inc/unx/gtk/gtkinst.hxx | |
parent | 76ce0a9622255a6f48354d6a1d6e3784fd4db04c (diff) |
valgrind: scary warning that the cairo font options were deleted before use
Change-Id: I58427aafb30eca64a67bcf7dd9a7738d8da3e085
Diffstat (limited to 'vcl/inc/unx/gtk/gtkinst.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index 002b6549ec17..a7c489b7bf5d 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -96,6 +96,8 @@ public: virtual css::uno::Reference< css::uno::XInterface > CreateClipboard( const css::uno::Sequence< css::uno::Any >& i_rArguments ) override; #endif + virtual const cairo_font_options_t* GetCairoFontOptions() override; + void RemoveTimer (SalTimer *pTimer); std::shared_ptr<vcl::unx::GtkPrintWrapper> getPrintWrapper() const; |