summaryrefslogtreecommitdiff
path: root/sd/inc/sdresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdresid.hxx')
-rw-r--r--sd/inc/sdresid.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx
index b764fc289c71..a4cc1a7eb875 100644
--- a/sd/inc/sdresid.hxx
+++ b/sd/inc/sdresid.hxx
@@ -38,6 +38,8 @@ public:
SdResId(sal_uInt16 nId);
};
+#define SD_RESSTR(x) SdResId(x).toString()
+
#endif /* _SD_SDRESID_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
'/cgit/lo/core/commit/include/svtools/strings.hrc?id=ebc5774c0546cd0b4ca4ad5a125fd9f8ec0e9ce4'>remove some unused definesNoel Grandin 2017-12-01tdf#102160 make 'Other CMIS' string localizableAndras Timar 2017-11-30tdf#114124 Translate 'PNG Bitmap' string in Calc Paste dropdownGabor Kelemen 2017-11-13SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571Eike Rathke 2017-10-25Related: tdf#80713 allow translation of linguistic service display namesCaolán McNamara 2017-10-02Tone down excessive directional chars in Back/Next buttonsAdolfo Jayme Barrientos 2017-07-21fix strings that started with %PRODUCTNAME turning into PRODUCTNAMECaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara