summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-28 09:41:55 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-28 09:41:55 +0200
commitc7086127e024849f7c6a6f1c4e5d8aa17bcd7ecc (patch)
treef890a4a7a8247a63b950100185248927a4caa74f /ucb
parent8a646b13ea052a01b61bf3cce24f3c3f60507a32 (diff)
slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index c2ba3efdde..74edef36f7 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -381,7 +381,6 @@ namespace ucb { namespace ucp { namespace ext
aComposer.append( sRelativeURL );
return aComposer.makeStringAndClear();
}
- break;
default:
OSL_ENSURE( false, "Content::getParentURL: unhandled case!" );
@@ -511,9 +510,10 @@ namespace ucb { namespace ucp { namespace ext
}
return xValueRow.get();
}
- break;
+
default:
OSL_ENSURE( false, "Content::getPropertyValues: unhandled case!" );
+ break;
}
OSL_ENSURE( false, "Content::getPropertyValues: unreachable!" );