summaryrefslogtreecommitdiff
path: root/include/svtools/inettbc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/inettbc.hxx')
-rw-r--r--include/svtools/inettbc.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 37f18b53d95a..71638b8d315c 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -71,9 +71,6 @@ public:
static OUString ParseSmart( const OUString& aText, const OUString& aBaseURL );
- void SetPlaceHolder( const OUString& sPlaceHolder )
- { aPlaceHolder = sPlaceHolder; }
- const OUString& GetPlaceHolder() const { return aPlaceHolder; }
bool MatchesPlaceHolder( const OUString& sToMatch ) const
{ return ( !aPlaceHolder.isEmpty() ) && ( aPlaceHolder == sToMatch ); }
};