diff options
Diffstat (limited to 'binaryurp/source/currentcontext.hxx')
-rw-r--r-- | binaryurp/source/currentcontext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/currentcontext.hxx b/binaryurp/source/currentcontext.hxx index b5f55a8244c9..41e621f2670a 100644 --- a/binaryurp/source/currentcontext.hxx +++ b/binaryurp/source/currentcontext.hxx @@ -28,9 +28,9 @@ class UnoInterfaceReference; namespace binaryurp::current_context { -com::sun::star::uno::UnoInterfaceReference get(); +css::uno::UnoInterfaceReference get(); -void set(com::sun::star::uno::UnoInterfaceReference const& value); +void set(css::uno::UnoInterfaceReference const& value); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |