summaryrefslogtreecommitdiff
path: root/binaryurp/source/writerstate.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/writerstate.hxx
parent438f5023c3f22b521974c6a1bb4d53b59255b724 (diff)
Change rtl::OUString to OUString
My first commit. Any problem, question, warnings, please tell me. Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493
Diffstat (limited to 'binaryurp/source/writerstate.hxx')
-rw-r--r--binaryurp/source/writerstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writerstate.hxx b/binaryurp/source/writerstate.hxx
index d73113887aba..859a09271805 100644
--- a/binaryurp/source/writerstate.hxx
+++ b/binaryurp/source/writerstate.hxx
@@ -37,7 +37,7 @@ struct WriterState: private boost::noncopyable {
Cache< com::sun::star::uno::TypeDescription > typeCache;
- Cache< rtl::OUString > oidCache;
+ Cache< OUString > oidCache;
Cache< rtl::ByteSequence > tidCache;
};