Kaydet (Commit) 48ebe098 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant

Change-Id: Id839c650721efed3bc734da49ebd5a0074897cbe
üst 4bb2d015
...@@ -1384,8 +1384,8 @@ void SwUiWriterTest::testTdf88899() ...@@ -1384,8 +1384,8 @@ void SwUiWriterTest::testTdf88899()
uno::Reference<util::XNumberFormatsSupplier> xNumberFormatsSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<util::XNumberFormatsSupplier> xNumberFormatsSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<util::XNumberFormatTypes> xNumFormat(xNumberFormatsSupplier->getNumberFormats(), uno::UNO_QUERY); uno::Reference<util::XNumberFormatTypes> xNumFormat(xNumberFormatsSupplier->getNumberFormats(), uno::UNO_QUERY);
com::sun::star::lang::Locale alocale; com::sun::star::lang::Locale alocale;
alocale.Language = OUString("en"); alocale.Language = "en";
alocale.Country = OUString("US"); alocale.Country = "US";
sal_Int16 key = xNumFormat->getStandardFormat(util::NumberFormat::DATETIME, alocale); sal_Int16 key = xNumFormat->getStandardFormat(util::NumberFormat::DATETIME, alocale);
xPropSet->setPropertyValue(OUString("NumberFormat"), uno::makeAny(sal_Int16(key))); xPropSet->setPropertyValue(OUString("NumberFormat"), uno::makeAny(sal_Int16(key)));
//Inserting Text Content //Inserting Text Content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment