summaryrefslogtreecommitdiff
path: root/cui/source/customize/acccfg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-24 15:57:34 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:39 +0200
commit89945a90590e2c9a3bea7a387cf8d9d2f5591728 (patch)
treeed9fa948888f9642fe429a6efd7cd0ea394a9f87 /cui/source/customize/acccfg.cxx
parentadd1351e5974a74e76f9095af1bc9c80ab543cf2 (diff)
loplugin:staticmethods
Change-Id: I3d61c1c64f7e781c032a77d5d35998e953bf5c0c
Diffstat (limited to 'cui/source/customize/acccfg.cxx')
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 9fbd9516a908..d929cf009976 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1554,7 +1554,7 @@ OUString SfxAcceleratorConfigPage::GetLabel4Command(const OUString& sCommand)
// may be it's a style URL .. they must be handled special
SfxStyleInfo_Impl aStyle;
aStyle.sCommand = sCommand;
- if (m_aStylesInfo.parseStyleCommand(aStyle))
+ if (SfxStylesInfo_Impl::parseStyleCommand(aStyle))
{
m_aStylesInfo.getLabel4Style(aStyle);
return aStyle.sLabel;