summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximp3dscene.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-09 14:56:21 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-09 14:56:21 +0100
commitff62ed4745a9b2367c68ef3eb863d29022f0fa7d (patch)
tree86a24f72042acbf232e5d1805150b590acc532a3 /xmloff/source/draw/ximp3dscene.cxx
parent14fcbd54c96d9f46365f76f8df6b51d2e8074d74 (diff)
Revert idle whitespace changes
Reverting all hunks that solely change whitespace, prior to performing the m101 merge from OOo.
Diffstat (limited to 'xmloff/source/draw/ximp3dscene.cxx')
-rw-r--r--xmloff/source/draw/ximp3dscene.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximp3dscene.cxx b/xmloff/source/draw/ximp3dscene.cxx
index b97e41a2e6..c2c993ddd2 100644
--- a/xmloff/source/draw/ximp3dscene.cxx
+++ b/xmloff/source/draw/ximp3dscene.cxx
@@ -293,7 +293,7 @@ void SdXML3DSceneAttributesHelper::processSceneAttribute( sal_uInt16 nPrefix, co
{
::basegfx::B3DVector aNewVec;
mrImport.GetMM100UnitConverter().convertB3DVector(aNewVec, rValue);
-
+
if(aNewVec != maVPN)
{
maVPN = aNewVec;
@@ -305,7 +305,7 @@ void SdXML3DSceneAttributesHelper::processSceneAttribute( sal_uInt16 nPrefix, co
{
::basegfx::B3DVector aNewVec;
mrImport.GetMM100UnitConverter().convertB3DVector(aNewVec, rValue);
-
+
if(aNewVec != maVUP)
{
maVUP = aNewVec;