diff options
Diffstat (limited to 'include/codemaker')
-rw-r--r-- | include/codemaker/typemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx index a268b110fe56..fc6aba69ab1d 100644 --- a/include/codemaker/typemanager.hxx +++ b/include/codemaker/typemanager.hxx @@ -42,7 +42,7 @@ class TypeManager: public salhelper::SimpleReferenceObject { public: TypeManager(); - void loadProvider(OUString const & uri, bool source, bool primary); + void loadProvider(OUString const & uri, bool primary); bool foundAtPrimaryProvider(OUString const & name) const; |