summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-08 09:16:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-08 10:09:01 +0000
commit6d8b06224cf1819c8af543927d7a80e937c50a94 (patch)
tree346a41bfad2f972713383280fc426ff5f2c36b08 /include
parent9d5e53b67c7c131ab4cdc8e103373be2be7830c2 (diff)
callcatcher: update unused code
Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/predicateinput.hxx5
-rw-r--r--include/sfx2/lnkbase.hxx3
2 files changed, 3 insertions, 5 deletions
diff --git a/include/connectivity/predicateinput.hxx b/include/connectivity/predicateinput.hxx
index 549824ec3708..54dbaea9dc73 100644
--- a/include/connectivity/predicateinput.hxx
+++ b/include/connectivity/predicateinput.hxx
@@ -112,11 +112,6 @@ namespace dbtools
OUString* _pErrorMessage = NULL
) const;
- ::com::sun::star::uno::Any getPredicateValue(
- const OUString& _sField
- , const OUString& _rPredicateValue
- , OUString* _pErrorMessage = NULL) const;
-
private:
::connectivity::OSQLParseNode* implPredicateTree(
OUString& _rErrorMessage,
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx
index a68bf499f638..d88e53da59d7 100644
--- a/include/sfx2/lnkbase.hxx
+++ b/include/sfx2/lnkbase.hxx
@@ -112,8 +112,11 @@ public:
TYPEINFO();
virtual void Closed();
+
+#if defined WNT
SvBaseLink( const OUString& rNm, sal_uInt16 nObjectType,
SvLinkSource* );
+#endif
sal_uInt16 GetObjType() const { return nObjType; }