summaryrefslogtreecommitdiff
path: root/unotools/source/config/useroptions.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 18:54:13 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commit88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a (patch)
tree3efd83cf3c67f727f473b73da69e30963f08dc0f /unotools/source/config/useroptions.cxx
parentdcb88d170b6ced0ee805b787c1e9be820ff90d25 (diff)
Kill superfluous vertical whitespace
Change-Id: I949ba575951998d36cb4d38746f2182633046b3b
Diffstat (limited to 'unotools/source/config/useroptions.cxx')
-rw-r--r--unotools/source/config/useroptions.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/config/useroptions.cxx b/unotools/source/config/useroptions.cxx
index 55697d585110..0f9299121f8e 100644
--- a/unotools/source/config/useroptions.cxx
+++ b/unotools/source/config/useroptions.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/useroptions.hxx>
#include <unotools/configmgr.hxx>
@@ -257,7 +256,6 @@ osl::Mutex& SvtUserOptions::GetInitMutex()
return theUserOptionsMutex::get();
}
-
OUString SvtUserOptions::GetCompany () const { return GetToken(USER_OPT_COMPANY); }
OUString SvtUserOptions::GetFirstName () const { return GetToken(USER_OPT_FIRSTNAME); }
OUString SvtUserOptions::GetLastName () const { return GetToken(USER_OPT_LASTNAME); }
@@ -275,7 +273,6 @@ OUString SvtUserOptions::GetFax () const { return GetToken(USER_OPT_F
OUString SvtUserOptions::GetEmail () const { return GetToken(USER_OPT_EMAIL); }
OUString SvtUserOptions::GetCustomerNumber () const { return GetToken(USER_OPT_CUSTOMERNUMBER); }
-
void SvtUserOptions::SetCustomerNumber (OUString const& sToken) { SetToken(USER_OPT_CUSTOMERNUMBER, sToken); }
bool SvtUserOptions::IsTokenReadonly (sal_uInt16 nToken) const