summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-04-21 21:50:09 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-26 08:54:32 +0200
commit9134a9402610af7bff17b2bba9a4ba30e0b5a65f (patch)
treeeb68432513600e0ef133ae8ba418cfe6c9ca5490 /include
parent13a1bc409d9b2f0d14f4d316b7977b1fc2eb3c8a (diff)
Drop sdr::GetResourceString l10n method from svx
A l10n wrapper method above another wrapper method above SvxResId. Just use plain SvxResId instead. Change-Id: I85276caa193c9a20f285e832764cd920df4af3fb Reviewed-on: https://gerrit.libreoffice.org/53273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdetc.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx
index 20d37c3c6d4f..c39e77b7d174 100644
--- a/include/svx/svdetc.hxx
+++ b/include/svx/svdetc.hxx
@@ -201,11 +201,6 @@ public:
SVX_DLLPUBLIC SdrGlobalData & GetSdrGlobalData();
-namespace sdr
-{
- SVX_DLLPUBLIC OUString GetResourceString(const char* pResID);
-}
-
// #i101872# isolated GetTextEditBackgroundColor for tooling
class SdrObjEditView;