Kaydet (Commit) ebcc23d2 authored tarafından Miklos Vajna's avatar Miklos Vajna

Indentation fixes

Change-Id: I82678b037aff5409e54bc50744b1b4b2c8d4d83b
üst c99f75ca
...@@ -355,7 +355,7 @@ private: ...@@ -355,7 +355,7 @@ private:
sal_Int32 mReferenceCount; sal_Int32 mReferenceCount;
bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR. bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR.
and unfortunately temorarily also in and unfortunately temorarily also in
SwSwgReader::InLayout() when flawed SwSwgReader::InLayout() when flawed
frames need deletion. */ frames need deletion. */
......
...@@ -80,7 +80,7 @@ void SdtHelper::createDropDownControl() ...@@ -80,7 +80,7 @@ void SdtHelper::createDropDownControl()
uno::Reference<beans::XPropertySet> xPropertySet(xControlModel, uno::UNO_QUERY); uno::Reference<beans::XPropertySet> xPropertySet(xControlModel, uno::UNO_QUERY);
xPropertySet->setPropertyValue("DefaultText", uno::makeAny(aDefaultText)); xPropertySet->setPropertyValue("DefaultText", uno::makeAny(aDefaultText));
xPropertySet->setPropertyValue("Dropdown", uno::makeAny(sal_True)); xPropertySet->setPropertyValue("Dropdown", uno::makeAny(sal_True));
xPropertySet->setPropertyValue("StringItemList", uno::makeAny( comphelper::containerToSequence(m_aDropDownItems) )); xPropertySet->setPropertyValue("StringItemList", uno::makeAny(comphelper::containerToSequence(m_aDropDownItems)));
createControlShape(lcl_getOptimalWidth(m_rDM_Impl.GetStyleSheetTable(), aDefaultText, m_aDropDownItems), xControlModel); createControlShape(lcl_getOptimalWidth(m_rDM_Impl.GetStyleSheetTable(), aDefaultText, m_aDropDownItems), xControlModel);
m_aDropDownItems.clear(); m_aDropDownItems.clear();
......
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