diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-18 09:25:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-18 09:25:33 +0100 |
commit | cda860a8c99abfee6b37dda37351f0b45a7c9616 (patch) | |
tree | 16a819f7250c55ba2e84e8654b11f29ac9676b24 /cui/source/inc/dialmgr.hxx | |
parent | 3d54ea1fffb5fa6b1606867cb3b7cfc93c5ef157 (diff) |
can drop CUI_RESSTR now
Change-Id: I2e2319e661614dc8ba464479324b4719bcfa120e
Diffstat (limited to 'cui/source/inc/dialmgr.hxx')
-rw-r--r-- | cui/source/inc/dialmgr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/dialmgr.hxx b/cui/source/inc/dialmgr.hxx index 059ff9446c62..07226a0063e3 100644 --- a/cui/source/inc/dialmgr.hxx +++ b/cui/source/inc/dialmgr.hxx @@ -25,7 +25,6 @@ #define CUI_MGR() (*CuiResMgr::GetResMgr()) #define CUI_RES(i) ResId(i,CUI_MGR()) -#define CUI_RESSTR(i) CUI_RES(i).toString() class ResMgr; struct CuiResMgr |