#i10000# resolve conflict
This commit is contained in:
parent
08def50728
commit
3ae6837ccd
1 changed files with 0 additions and 6 deletions
|
@ -1153,11 +1153,6 @@ String SwDocInfoField::Expand() const
|
|||
::rtl::OUString sVal;
|
||||
uno::Reference < script::XTypeConverter > xConverter( comphelper::getProcessServiceFactory()
|
||||
->createInstance(::rtl::OUString::createFromAscii("com.sun.star.script.Converter")), uno::UNO_QUERY );
|
||||
<<<<<<< local
|
||||
uno::Any aNew = xConverter->convertToSimpleType( aAny, uno::TypeClass_STRING );
|
||||
aNew >>= sVal;
|
||||
const_cast<SwDocInfoField*>(this)->aContent = sVal;
|
||||
=======
|
||||
util::Date aDate;
|
||||
util::DateTime aDateTime;
|
||||
util::Duration aDuration;
|
||||
|
@ -1193,7 +1188,6 @@ String SwDocInfoField::Expand() const
|
|||
aNew >>= sVal;
|
||||
}
|
||||
((SwDocInfoField*)this)->aContent = sVal;
|
||||
>>>>>>> other
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue