summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-21 17:22:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-21 17:22:55 +0200
commit4492b1cf0c8655da7dde2e355c5e361e2e959c14 (patch)
tree8779013c2c4e6f7551c87be2bb01ae26d64a845d /include/unotools
parentc35fec830ad341eeaffd68a3c3786bf7db14b6d3 (diff)
Remove dead CustomerNumber functionality
Change-Id: I221d3b9f0bf0f90a117fcf0caead52f2c31f7926
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/useroptions.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/useroptions.hxx b/include/unotools/useroptions.hxx
index 5a32cc02077f..7a9cee52e4e7 100644
--- a/include/unotools/useroptions.hxx
+++ b/include/unotools/useroptions.hxx
@@ -45,7 +45,6 @@
#define USER_OPT_ZIP ((sal_uInt16)14)
#define USER_OPT_FATHERSNAME ((sal_uInt16)15)
#define USER_OPT_APARTMENT ((sal_uInt16)16)
-#define USER_OPT_CUSTOMERNUMBER ((sal_uInt16)17)
// class SvtUserOptions --------------------------------------------------
@@ -73,13 +72,9 @@ public:
OUString GetTelephoneWork () const;
OUString GetFax () const;
OUString GetEmail () const;
- OUString GetCustomerNumber () const;
OUString GetFullName () const;
- // set the address token
- void SetCustomerNumber (OUString const&);
-
bool IsTokenReadonly (sal_uInt16 nToken) const;
OUString GetToken (sal_uInt16 nToken) const;
void SetToken (sal_uInt16 nToken, OUString const& rNewToken);