summaryrefslogtreecommitdiff
path: root/include/svx/charmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 08:54:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 09:42:02 +0100
commit8c4c1abc9ffa7d9f893d4d16de61594ee090f10b (patch)
tree137c17f7ae50b12eb5e00c7a06aaef3e825dea5c /include/svx/charmap.hxx
parent4ddd6f329163cbac5ff31e51a5b028d8eeedadd2 (diff)
loplugin:staticmethods in svx
Change-Id: I94df3aa40fa79877ccebf1ed8709bd7cc47748d9 Reviewed-on: https://gerrit.libreoffice.org/63398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/charmap.hxx')
-rw-r--r--include/svx/charmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index 6871aae3dea7..21f81b9bfb91 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -94,7 +94,7 @@ public:
virtual void SelectIndex( int index, bool bFocus = false );
void OutputIndex( int index );
void DeSelect();
- void CopyToClipboard(const OUString& str);
+ static void CopyToClipboard(const OUString& str);
bool IsSelected(sal_uInt16 _nPos) const { return _nPos == nSelectedIndex; }
sal_uInt16 GetSelectIndexId() const { return sal::static_int_cast<sal_uInt16>(nSelectedIndex); }
static sal_uInt16 GetRowPos(sal_uInt16 _nPos);