src/lib/VSDSVGGenerator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit e91e413d9340ae3dfa6f634d25ac8d9b6dca37e2 Author: Fridrich Å trba <[email protected]> Date: Thu May 2 22:33:58 2013 +0200 Astyle action diff --git a/src/lib/VSDSVGGenerator.cpp b/src/lib/VSDSVGGenerator.cpp index 90f8642..eb278bc 100644 --- a/src/lib/VSDSVGGenerator.cpp +++ b/src/lib/VSDSVGGenerator.cpp @@ -35,10 +35,10 @@ static std::string doubleToString(const double value) { - WPXProperty *prop = WPXPropertyFactory::newDoubleProp(value); - std::string retVal = prop->getStr().cstr(); - delete prop; - return retVal; + WPXProperty *prop = WPXPropertyFactory::newDoubleProp(value); + std::string retVal = prop->getStr().cstr(); + delete prop; + return retVal; } static unsigned stringToColour(const ::WPXString &s)
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
