summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-13 15:26:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-16 13:29:49 +0200
commita80fb45fe4a260aea0876de86237e53b954fab20 (patch)
tree4ecc808a607bdaf3e364260438dfdee102492789 /include/codemaker
parent348a03f3e47b89609ca3843b52da129df15e68f8 (diff)
Revert "WIP: add cppumaker -U to directly read from .idl files"
This reverts commit c4113906d7f15f8aa0eb385a4caf474b3505ede1, which is not necessary after all with recent "Hook SourceProvider into unoidl::loadProvider."
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 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;