summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/readerstate.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/readerstate.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/readerstate.hxx')
-rw-r--r--binaryurp/source/readerstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/readerstate.hxx b/binaryurp/source/readerstate.hxx
index b744bcbdae98..21ba8503c1d5 100644
--- a/binaryurp/source/readerstate.hxx
+++ b/binaryurp/source/readerstate.hxx
@@ -34,7 +34,7 @@ namespace binaryurp {
struct ReaderState: private boost::noncopyable {
com::sun::star::uno::TypeDescription typeCache[cache::size];
- rtl::OUString oidCache[cache::size];
+ OUString oidCache[cache::size];
rtl::ByteSequence tidCache[cache::size];
};