summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-01 20:28:10 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-10-01 20:28:10 +0200
commit053b68a0c7b75eae7d86d4465f65abc6046515ee (patch)
tree7c9c9bfdcdd3eca4128861fea9d63b514caac3cf /unotools/inc
parent78272699f3fdad03c960b4888452ddb7049e24fe (diff)
Unused code cleanup.
Change-Id: Iad4d1f6cdd9ad03c5ccc02c57acef5b9bbb47d35
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/useroptions.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/unotools/inc/unotools/useroptions.hxx b/unotools/inc/unotools/useroptions.hxx
index 502fcce50f0e..a7b2267d7439 100644
--- a/unotools/inc/unotools/useroptions.hxx
+++ b/unotools/inc/unotools/useroptions.hxx
@@ -78,14 +78,6 @@ public:
rtl::OUString GetFullName () const;
// set the address token
- void SetCompany (rtl::OUString const&);
- void SetFirstName (rtl::OUString const&);
- void SetID (rtl::OUString const&);
- void SetState (rtl::OUString const&);
- void SetCountry (rtl::OUString const&);
- void SetPosition (rtl::OUString const&);
- void SetTitle (rtl::OUString const&);
- void SetFax (rtl::OUString const&);
void SetCustomerNumber (rtl::OUString const&);
sal_Bool IsTokenReadonly (sal_uInt16 nToken) const;