summaryrefslogtreecommitdiff
path: root/editeng
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 /editeng
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 'editeng')
-rw-r--r--editeng/source/items/itemtype.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/items/itemtype.cxx b/editeng/source/items/itemtype.cxx
index 1fd3d600933b..78b31841869a 100644
--- a/editeng/source/items/itemtype.cxx
+++ b/editeng/source/items/itemtype.cxx
@@ -134,11 +134,6 @@ OUString GetMetricText( long nVal, MapUnit eSrcUnit, MapUnit eDestUnit, const In
return sRet.makeStringAndClear();
}
-OUString GetSvxString(const char* pId)
-{
- return EditResId(pId);
-}
-
OUString GetColorString( const Color& rCol )
{
if (rCol == COL_AUTO)