diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-25 17:48:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-25 17:48:51 +0200 |
commit | bf9fd0da729cf8250d54821219a569ff095a3435 (patch) | |
tree | 042fbeeef5bfafcefdb6b2cda5c903349550efff /svx/inc | |
parent | 822aac91426848ae36fb5a6bd5ee55db6b60de6a (diff) |
loplugin:privatebase
Change-Id: Ide542c847304087e555b1742274e509184a0edce
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/uiobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<SvxShowCharSet> mxCharSet; |