From bf9fd0da729cf8250d54821219a569ff095a3435 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 25 Jun 2016 17:48:51 +0200 Subject: loplugin:privatebase Change-Id: Ide542c847304087e555b1742274e509184a0edce --- svx/inc/uiobject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/uiobject.hxx b/svx/inc/uiobject.hxx index 2e90385cbcaa..f511f46185b4 100644 --- a/svx/inc/uiobject.hxx +++ b/svx/inc/uiobject.hxx @@ -11,7 +11,7 @@ class SvxShowCharSet; -class SvxShowCharSetUIObject : WindowUIObject +class SvxShowCharSetUIObject : public WindowUIObject { VclPtr mxCharSet; -- cgit