diff options
Diffstat (limited to 'binaryurp/source/writerstate.hxx')
-rw-r--r-- | binaryurp/source/writerstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writerstate.hxx b/binaryurp/source/writerstate.hxx index 72477ad17c07..a9bbf5e8e2fc 100644 --- a/binaryurp/source/writerstate.hxx +++ b/binaryurp/source/writerstate.hxx @@ -37,7 +37,7 @@ public: WriterState(): typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {} - Cache< com::sun::star::uno::TypeDescription > typeCache; + Cache< css::uno::TypeDescription > typeCache; Cache< OUString > oidCache; |