diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-30 11:20:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-30 11:22:09 +0100 |
commit | f9ee230ba92309c11d1bf7a5c14d3502e86a77d2 (patch) | |
tree | 5e677c102405c44721b5fb10a37eb4e3c792c76d /sfx2 | |
parent | 8a0685d49f679d6f98de2f357f1ec74590573852 (diff) |
duplicate SwDialogsResMgr definition and unused macros
Change-Id: Ib7188a98230345557187b00826f33a2ad39a4f83
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index 9111c353627e..d9190d6162bc 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -445,7 +445,7 @@ void SvFileObject::Edit( Window* pParent, sfx2::SvBaseLink* pLink, const Link& r { nType = FILETYPE_GRF; // If not set already - SvxOpenGraphicDialog aDlg(SfxResId(RID_SVXSTR_EDITGRFLINK)); + SvxOpenGraphicDialog aDlg(SfxResId(RID_SVXSTR_EDITGRFLINK).toString()); aDlg.EnableLink(sal_False); aDlg.SetPath( sFile, sal_True ); aDlg.SetCurrentFilter( sTmpFilter ); |