diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-11-23 20:14:01 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-11-23 20:14:33 +0100 |
commit | 16687c57b5e378db93972fc1887b9b19747d068c (patch) | |
tree | 58a4d021b518ee47a05617a815bc93ef22a76d96 /svx | |
parent | d48cf244b922d6be2d62e8dffa56a505a72f0933 (diff) |
svx: loplugin:staticmethods
Change-Id: I8786baa0a5142397c157e01d5b99aa2c482bb468
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 039f69fe2d80..f41889f3b766 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -616,7 +616,7 @@ void SvxFontPrevWindow::UseResourceText() * removes line feeds and carriage returns from string * returns if param is empty */ -bool SvxFontPrevWindow::CleanAndCheckEmpty(OUString& rText) +bool CleanAndCheckEmpty(OUString& rText) { bool bEmpty = true; for (sal_Int32 i = 0; i < rText.getLength(); ++i) |