diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-12 17:44:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-12 17:45:12 +0200 |
commit | c4113906d7f15f8aa0eb385a4caf474b3505ede1 (patch) | |
tree | 7e61c7d59084f7f94dfc82c07d384f8b7aa8b556 /include | |
parent | 5c2ba4aad61ce2c7c661202ae7ed26e1859c5216 (diff) |
WIP: add cppumaker -U to directly read from .idl files
Change-Id: I420847515b6b691ae81a249a8820cf9a3d132372
Diffstat (limited to 'include')
-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 fc6aba69ab1d..a268b110fe56 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 primary); + void loadProvider(OUString const & uri, bool source, bool primary); bool foundAtPrimaryProvider(OUString const & name) const; |