summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/marshal.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-08-18 15:05:22 -0300
committerAndras Timar <atimar@suse.com>2012-08-22 16:45:38 +0200
commite47fe5cc409b4df2ee3ae58ecf911c1e155bf2e7 (patch)
treeca84fedff1af17c7f42cea8c2ca3f4b74c41d0ee /binaryurp/source/marshal.hxx
parentPining for the fjords (diff)
downloadcore-e47fe5cc409b4df2ee3ae58ecf911c1e155bf2e7.tar.gz
core-e47fe5cc409b4df2ee3ae58ecf911c1e155bf2e7.zip
Change rtl::OUString to OUString
My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
Diffstat (limited to 'binaryurp/source/marshal.hxx')
-rw-r--r--binaryurp/source/marshal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/marshal.hxx b/binaryurp/source/marshal.hxx
index ad0bf615e02f..953b3ff666f6 100644
--- a/binaryurp/source/marshal.hxx
+++ b/binaryurp/source/marshal.hxx
@@ -63,7 +63,7 @@ public:
com::sun::star::uno::TypeDescription const & value);
void writeOid(
- std::vector< unsigned char > * buffer, rtl::OUString const & oid);
+ std::vector< unsigned char > * buffer, OUString const & oid);
void writeTid(
std::vector< unsigned char > * buffer, rtl::ByteSequence const & tid);