[Libreoffice-commits] libvisio.git: src/lib
Fridrich Å trba
fridrich.strba at bluewin.ch
Thu May 2 13:34:23 PDT 2013
src/lib/VSDSVGGenerator.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit e91e413d9340ae3dfa6f634d25ac8d9b6dca37e2
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
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)
More information about the Libreoffice-commits
mailing list