svx/inc/uiobject.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf9fd0da729cf8250d54821219a569ff095a3435
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sat Jun 25 17:48:51 2016 +0200

    loplugin:privatebase
    
    Change-Id: Ide542c847304087e555b1742274e509184a0edce

diff --git a/svx/inc/uiobject.hxx b/svx/inc/uiobject.hxx
index 2e90385..f511f46 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to