diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-08-20 15:43:54 +0000 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-23 23:42:53 +0200 |
commit | 890e1fb5c97a6d7eab7b0ce8692d25b43c36e975 (patch) | |
tree | 9934acd783b1dd52339d50083b16d76682e9be8a | |
parent | 4818ee60172b2c7d5d04e57499e345e1cfd7b430 (diff) |
tdf#111795 - Special character preview control should have border
Change-Id: Ic26888829c24f65b3d8039e74a632c14be338d44
Reviewed-on: https://gerrit.libreoffice.org/41356
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index a01ed20d432e..0e7f66c93f4b 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -1127,7 +1127,7 @@ IMPL_LINK_NOARG(SvxCharacterMap, SearchCharPreSelectHdl, SvxShowCharSet*, void) // class SvxShowText ===================================================== SvxShowText::SvxShowText(vcl::Window* pParent) - : Control(pParent) + : Control(pParent, WB_BORDER) , mnY(0) , mbCenter(false) {} |