summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/shapeuno.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:46:11 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:46:11 +0000
commit25bfd542e772b4765b4af1111ad211326f02ea1e (patch)
treeaa7d6e3458600eecbe13613cf113ab8d1f6f8bb3 /sc/source/ui/unoobj/shapeuno.cxx
parenta1e6f334984f2db873304c4979bf91cca4942df7 (diff)
INTEGRATION: CWS dr58_SRC680 (1.19.94); FILE MERGED
2007/12/14 10:51:02 nn 1.19.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/ui/unoobj/shapeuno.cxx')
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index 6da73712966c..8975a879d24e 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shapeuno.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 12:46:13 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:46:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -563,7 +563,9 @@ void SAL_CALL ScShapeObj::setPropertyValue(
pDocSh->SetModified();
}
else
+ {
DBG_ERROR("unknown anchor type");
+ }
}
}
}
@@ -630,7 +632,9 @@ void SAL_CALL ScShapeObj::setPropertyValue(
pDocSh->SetModified();
}
else
+ {
DBG_ERROR("unknown anchor type");
+ }
}
}
}