summaryrefslogtreecommitdiffstats
path: root/include/codemaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-12 17:44:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-12 17:45:12 +0200
commitc4113906d7f15f8aa0eb385a4caf474b3505ede1 (patch)
tree7e61c7d59084f7f94dfc82c07d384f8b7aa8b556 /include/codemaker
parentWIP: additional unoidl::Provider that directly reads from .idl files (diff)
downloadcore-c4113906d7f15f8aa0eb385a4caf474b3505ede1.tar.gz
core-c4113906d7f15f8aa0eb385a4caf474b3505ede1.zip
WIP: add cppumaker -U to directly read from .idl files
Change-Id: I420847515b6b691ae81a249a8820cf9a3d132372
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/typemanager.hxx2
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;