From f1658c64e0e088d6fddd4fc3416a80e0a952f516 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 2 Jul 2012 11:36:41 -0400 Subject: fdo#50587: Remove totally mis-placed 'static' keyword. How in the world did that end up there!? Change-Id: If276afcea2b0c2d0fe2a59ac966f245608d0e64d --- sc/source/ui/unoobj/fielduno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx index 99d5ddd640f8..31ee02be7dc0 100644 --- a/sc/source/ui/unoobj/fielduno.cxx +++ b/sc/source/ui/unoobj/fielduno.cxx @@ -1316,7 +1316,7 @@ uno::Reference SAL_CALL ScEditFieldObj::getPropertySetI throw(uno::RuntimeException) { SolarMutexGuard aGuard; - static uno::Reference aRef = pPropSet->getPropertySetInfo(); + uno::Reference aRef = pPropSet->getPropertySetInfo(); return aRef; } -- cgit v1.2.1