summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-18 12:56:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-18 13:07:59 +0000
commitdcde8abaaf7e136a49222e9c73644b6868373659 (patch)
tree4cf4ee5aea9304ad88e09692d546a17ed27856ab /sfx2
parenttdf#89783: sal_uInt16 replacement by size_t (diff)
downloadcore-dcde8abaaf7e136a49222e9c73644b6868373659.tar.gz
core-dcde8abaaf7e136a49222e9c73644b6868373659.zip
SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/fileobj.cxx2
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