Kaydet (Commit) dcf586ff authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#50587: Remove totally mis-placed 'static' keyword.

How in the world did that end up there!?

Change-Id: If276afcea2b0c2d0fe2a59ac966f245608d0e64d
üst 73243adc
...@@ -1316,7 +1316,7 @@ uno::Reference<beans::XPropertySetInfo> SAL_CALL ScEditFieldObj::getPropertySetI ...@@ -1316,7 +1316,7 @@ uno::Reference<beans::XPropertySetInfo> SAL_CALL ScEditFieldObj::getPropertySetI
throw(uno::RuntimeException) throw(uno::RuntimeException)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
static uno::Reference<beans::XPropertySetInfo> aRef = pPropSet->getPropertySetInfo(); uno::Reference<beans::XPropertySetInfo> aRef = pPropSet->getPropertySetInfo();
return aRef; return aRef;
} }
......
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