diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 12:56:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 13:07:59 +0000 |
commit | dcde8abaaf7e136a49222e9c73644b6868373659 (patch) | |
tree | 4cf4ee5aea9304ad88e09692d546a17ed27856ab /sfx2/source | |
parent | edbf82cbfc8d886db40b1b6e3d7b3ef84fddf604 (diff) |
SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
Diffstat (limited to 'sfx2/source')
-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 a1c1d989722a..b6733e79bdc9 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -80,7 +80,7 @@ bool SvFileObject::GetData( ::com::sun::star::uno::Any & rData, switch( nType ) { case FILETYPE_TEXT: - if( SotClipboardFormatId::FILE == nFmt ) + if( SotClipboardFormatId::SIMPLE_FILE == nFmt ) { // The media in the application must be opened to lookup the // relative file links!! This is done through the link manager |