summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 20:33:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 21:07:54 +0000
commitd41b8ac9e53d3cbe05bed171f27c76cc01ea742f (patch)
treea815b1b04df4121cd7b2e1ea15c55b6356210e13 /include/basic
parentfbf7b31f17243b58097aedd2a990ecaf301b341f (diff)
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/sbmod.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx
index 3af8dacdc9ec..2fd933fe3175 100644
--- a/include/basic/sbmod.hxx
+++ b/include/basic/sbmod.hxx
@@ -105,7 +105,6 @@ public:
const OUString& GetSource() const;
const OUString& GetSource32() const { return aOUSource;}
const OUString& GetComment() const { return aComment; }
- void SetSource( const OUString& r );
void SetSource32( const OUString& r );
bool Compile();