diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:47:15 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:47:15 -0500 |
commit | 684be327c0e20777628dfb401d7c41754aa5128a (patch) | |
tree | 20588eafe780689058ae424e4bde57fbab71e883 /sfx2/source/dialog/basedlgs.cxx | |
parent | de0c09bb427e0206289365b83ddde02405db5ace (diff) |
targeted string re-work
Change-Id: Ica5753180f4c8be4547ba97bbd7221309d1e3157
Diffstat (limited to 'sfx2/source/dialog/basedlgs.cxx')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index 8cb8a0741492..3379d8f04c73 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -54,7 +54,7 @@ using namespace ::com::sun::star::uno; using namespace ::rtl; -#define USERITEM_NAME OUString(RTL_CONSTASCII_USTRINGPARAM("UserItem")) +#define USERITEM_NAME OUString("UserItem") class SfxModelessDialog_Impl : public SfxListener { |