Kaydet (Commit) dcb26ea8 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

formatting

Change-Id: I80702d9f681e1ac62bb0d2c35d3fd99111349210
üst 943f537a
...@@ -1274,16 +1274,14 @@ SwXTextTableRow::SwXTextTableRow(SwFrmFmt* pFmt, SwTableLine* pLn) : ...@@ -1274,16 +1274,14 @@ SwXTextTableRow::SwXTextTableRow(SwFrmFmt* pFmt, SwTableLine* pLn) :
SwClient(pFmt), SwClient(pFmt),
m_pPropSet(aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_TABLE_ROW)), m_pPropSet(aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_TABLE_ROW)),
pLine(pLn) pLine(pLn)
{ { }
}
SwXTextTableRow::~SwXTextTableRow() SwXTextTableRow::~SwXTextTableRow()
{ { }
}
uno::Reference< beans::XPropertySetInfo > SwXTextTableRow::getPropertySetInfo(void) throw( uno::RuntimeException, std::exception ) uno::Reference< beans::XPropertySetInfo > SwXTextTableRow::getPropertySetInfo(void) throw( uno::RuntimeException, std::exception )
{ {
static uno::Reference< beans::XPropertySetInfo > xRef = m_pPropSet->getPropertySetInfo(); static uno::Reference<beans::XPropertySetInfo> xRef = m_pPropSet->getPropertySetInfo();
return xRef; return xRef;
} }
......
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