diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:51:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 22:51:13 -0500 |
commit | cac1f33e839469d884730350e46a21d92fb442f2 (patch) | |
tree | 7590f03f1dfbbf76276cd605473a9d4a97fd3b09 /sfx2/source/dialog | |
parent | 684be327c0e20777628dfb401d7c41754aa5128a (diff) |
targeted string re-work
Change-Id: I27a092628e48b39f7bad2ed895f80aeea0d9ee35
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/splitwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 4c40b6734a00..e6f39e660c89 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -54,7 +54,7 @@ using namespace ::rtl; #define VERSION 1 #define nPixel 30L -#define USERITEM_NAME OUString(RTL_CONSTASCII_USTRINGPARAM("UserItem")) +#define USERITEM_NAME OUString("UserItem") struct SfxDock_Impl { |