[Libreoffice-commits] core.git: svx/inc
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Jun 25 15:49:37 UTC 2016
svx/inc/uiobject.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf9fd0da729cf8250d54821219a569ff095a3435
Author: Markus Mohrhard <markus.mohrhard at 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;
More information about the Libreoffice-commits
mailing list