diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-22 15:38:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:21 +0100 |
commit | 3747d670f91ae36e6005b166e3067c23a9a3393d (patch) | |
tree | b094ca37b5704d31fa6facce05f126bcc748024f /sfx2/source | |
parent | 9a121accd1199156a1701b3130a2c3ed90b26caa (diff) |
put the cui zoom dialog into the right place
Diffstat (limited to 'sfx2/source')
-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 c79819411401..b1ff8781d922 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -201,7 +201,7 @@ SfxModalDialog::SfxModalDialog(Window* pParent, const ResId &rResId ) sal_Int32 nUIid = static_cast<sal_Int32>(nUniqId); rtl::OUString sPath = rtl::OUStringBuffer(getUIRootDir()). append(rResId.GetResMgr()->getPrefixName()). - append('/'). + append("/ui/"). append(nUIid). appendAscii(".ui"). makeStringAndClear(); |