summaryrefslogtreecommitdiff
path: root/include/editeng/itemtype.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-04-19 00:12:33 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-20 17:24:24 +0200
commitef7f8c263fcb2bac596aa0247f1e54ff375c3146 (patch)
treeb3adb7d84db920eb3b92cfbdc9448cee3489251a /include/editeng/itemtype.hxx
parent40d38c2140ddd172433e68e3fa59bc184597ac15 (diff)
Drop GetSvxString l10n wrapper from editeng
This was a wrapper above the usual EditResId call without any added value. Change-Id: I685788e23ca24eca8f023d796f181178d3a6273b Reviewed-on: https://gerrit.libreoffice.org/53133 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/editeng/itemtype.hxx')
-rw-r--r--include/editeng/itemtype.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/itemtype.hxx b/include/editeng/itemtype.hxx
index 586e29a6361c..25525490ca69 100644
--- a/include/editeng/itemtype.hxx
+++ b/include/editeng/itemtype.hxx
@@ -31,7 +31,6 @@ class IntlWrapper;
static const sal_Unicode cpDelim[] = { ',' , ' ', '\0' };
-EDITENG_DLLPUBLIC OUString GetSvxString(const char* pId);
EDITENG_DLLPUBLIC OUString GetMetricText( long nVal, MapUnit eSrcUnit, MapUnit eDestUnit, const IntlWrapper * pIntl );
OUString GetColorString( const Color& rCol );
EDITENG_DLLPUBLIC const char* GetMetricId(MapUnit eUnit);