summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/bc.cxx')
-rw-r--r--ucb/source/ucp/file/bc.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index 6f45334bc53f..cfd21fda6fe4 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -377,7 +377,7 @@ BaseContent::execute( const Command& aCommand,
{
Sequence< beans::Property > seq(1);
seq[0] = beans::Property(
- OUString("CasePreservingURL"),
+ "CasePreservingURL",
-1,
cppu::UnoType<sal_Bool>::get(),
0 );
@@ -480,7 +480,7 @@ BaseContent::getContentType()
{
// Who am I ?
Sequence< beans::Property > seq(1);
- seq[0] = beans::Property( OUString("IsDocument"),
+ seq[0] = beans::Property( "IsDocument",
-1,
cppu::UnoType<sal_Bool>::get(),
0 );
@@ -598,7 +598,7 @@ BaseContent::createNewContent( const ContentInfo& Info )
try
{
Sequence< beans::Property > seq(1);
- seq[0] = beans::Property( OUString("IsDocument"),
+ seq[0] = beans::Property( "IsDocument",
-1,
cppu::UnoType<sal_Bool>::get(),
0 );
@@ -1031,7 +1031,7 @@ BaseContent::transfer( sal_Int32 nMyCommandIdentifier,
// Is destination a document or a folder ?
Sequence< beans::Property > seq(1);
- seq[0] = beans::Property( OUString("IsDocument"),
+ seq[0] = beans::Property( "IsDocument",
-1,
cppu::UnoType<sal_Bool>::get(),
0 );
@@ -1097,7 +1097,7 @@ void SAL_CALL BaseContent::insert( sal_Int32 nMyCommandIdentifier,
bool bDocument = false;
Sequence< beans::Property > seq(1);
- seq[0] = beans::Property( OUString("IsDocument"),
+ seq[0] = beans::Property( "IsDocument",
-1,
cppu::UnoType<sal_Bool>::get(),
0 );