summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
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
commit5ac4e06ca3302ea505949d6bd5df1e2b0ad50a61 (patch)
treeda37ec91a3e34195404ec0cdb3c3df0d55e53f9d /ucb/source/ucp
parente4702b1d30cbef36ee8a14f5bf7b51e259f677f6 (diff)
slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]
Diffstat (limited to 'ucb/source/ucp')
-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 70fcc8d1312f..7b7ada742840 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!" );