[Libreoffice-commits] core.git: cui/source
Muhammet Kara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 9 17:19:31 UTC 2019
cui/source/customize/acccfg.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit b05ecd7aa2b6af690fedd3b7396cdeefd627201c
Author: Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Sun Jun 9 01:09:56 2019 +0200
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sun Jun 9 19:18:29 2019 +0200
Initialize aFilterAllStr in the initializer list
Change-Id: Id160f229df455d585ce2f76ef881c858d875e21d
Reviewed-on: https://gerrit.libreoffice.org/73726
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 78351cdd187c..d12c2a97bad5 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -824,6 +824,7 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage(TabPageParent pParent, const
, m_pMacroInfoItem()
, aLoadAccelConfigStr(CuiResId(RID_SVXSTR_LOADACCELCONFIG))
, aSaveAccelConfigStr(CuiResId(RID_SVXSTR_SAVEACCELCONFIG))
+ , aFilterAllStr(SfxResId(STR_SFX_FILTERNAME_ALL))
, aFilterCfgStr(CuiResId(RID_SVXSTR_FILTERNAME_CFG))
, m_bStylesInfoInitialized(false)
, m_xGlobal()
@@ -852,8 +853,6 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage(TabPageParent pParent, const
aSize = LogicToPixel(Size(80, 91), MapMode(MapUnit::MapAppFont));
m_xKeyBox->set_size_request(aSize.Width(), aSize.Height());
- aFilterAllStr = SfxResId( STR_SFX_FILTERNAME_ALL );
-
// install handler functions
m_xChangeButton->connect_clicked( LINK( this, SfxAcceleratorConfigPage, ChangeHdl ));
m_xRemoveButton->connect_clicked( LINK( this, SfxAcceleratorConfigPage, RemoveHdl ));
More information about the Libreoffice-commits
mailing list