summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-25 00:16:45 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-25 00:18:49 +0200
commit6db92434c664116eb1ec6cb127f2cd957a03bb65 (patch)
tree4afc3b187cdb4df9acdbde677db489905df094c3 /svx/source/dialog/charmap.cxx
parentc931f3a5184928bc333796362a5616a93c6ed6d7 (diff)
uitest: add wrapper for special character window
Change-Id: I22acd9da3570e967f427207e242638f2bfd6ffb7
Diffstat (limited to 'svx/source/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 3076debc8fd6..f214b0ddc070 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -33,6 +33,8 @@
#include <svx/svxdlg.hxx>
#include "charmapacc.hxx"
+#include "uiobject.hxx"
+
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
@@ -745,6 +747,11 @@ sal_Int32 SvxShowCharSet::getMaxCharCount() const
return mxFontCharMap->GetCharCount();
}
+FactoryFunction SvxShowCharSet::GetUITestFactory() const
+{
+ return SvxShowCharSetUIObject::create;
+}
+
// TODO: should be moved into Font Attributes stuff
// we let it mature here though because it is currently the only use