summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx21
1 files changed, 10 insertions, 11 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 42da2162a4fc..ecdbe2d34af0 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -591,7 +591,7 @@ uno::Any SAL_CALL Content::execute(
ucb::IOErrorCode_CANT_WRITE,
uno::Sequence< uno::Any >(&aProps, 1),
Environment,
- OUString( "Cannot remove persistent data!" ),
+ "Cannot remove persistent data!",
this );
// Unreachable
}
@@ -663,7 +663,7 @@ uno::Any SAL_CALL Content::execute(
ucb::IOErrorCode_CANT_WRITE,
uno::Sequence< uno::Any >(&aProps, 1),
Environment,
- OUString( "Cannot write file to disk!" ),
+ "Cannot write file to disk!",
this );
// Unreachable
}
@@ -1430,8 +1430,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
ucb::IOErrorCode_CANT_WRITE,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString(
- "Cannot store persistent data!" ),
+ "Cannot store persistent data!",
this );
// Unreachable
}
@@ -1506,7 +1505,7 @@ uno::Any Content::open(
m_eState == PERSISTENT
? xEnv
: uno::Reference< ucb::XCommandEnvironment >(),
- OUString("Got no data stream!"),
+ "Got no data stream!",
this );
// Unreachable
}
@@ -1566,7 +1565,7 @@ uno::Any Content::open(
? xEnv
: uno::Reference<
ucb::XCommandEnvironment >(),
- OUString( "Got no data stream!" ),
+ "Got no data stream!",
this );
// Unreachable
}
@@ -1732,7 +1731,7 @@ void Content::insert(
ucb::IOErrorCode_CANT_WRITE,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString("Cannot store persistent data!"),
+ "Cannot store persistent data!",
this );
// Unreachable
}
@@ -1849,7 +1848,7 @@ void Content::transfer(
ucb::IOErrorCode_RECURSIVE,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString( "Target is equal to or is a child of source!" ),
+ "Target is equal to or is a child of source!",
this );
// Unreachable
}
@@ -1888,7 +1887,7 @@ void Content::transfer(
ucb::IOErrorCode_CANT_READ,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString( "Cannot instanciate source object!" ),
+ "Cannot instanciate source object!",
this );
// Unreachable
}
@@ -1920,7 +1919,7 @@ void Content::transfer(
ucb::IOErrorCode_CANT_CREATE,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString( "XContentCreator::createNewContent failed!" ),
+ "XContentCreator::createNewContent failed!",
this );
// Unreachable
}
@@ -2079,7 +2078,7 @@ void Content::transfer(
ucb::IOErrorCode_CANT_WRITE,
uno::Sequence< uno::Any >(&aProps, 1),
xEnv,
- OUString( "Cannot remove persistent data of source object!" ),
+ "Cannot remove persistent data of source object!",
this );
// Unreachable
}