summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:55:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:56:28 +0900
commitbb9f73045879293f5fcea1dd0e205efb84c07781 (patch)
treec17b31c5b58efc4923b953f494ad314043c8e897 /shell
parent292466e0c2cdbde7547c968d1e1c480a7801836d (diff)
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/smplmailclient.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx
index 14cac428cf64..722abd86524d 100644
--- a/shell/source/win32/simplemail/smplmailclient.cxx
+++ b/shell/source/win32/simplemail/smplmailclient.cxx
@@ -59,7 +59,6 @@ using css::system::SimpleMailClientFlags::NO_USER_INTERFACE;
using css::system::SimpleMailClientFlags::NO_LOGON_DIALOG;
typedef std::vector<rtl::OUString> StringList_t;
-typedef StringList_t::const_iterator StringListIterator_t;
const rtl::OUString TO(RTL_CONSTASCII_USTRINGPARAM("--to"));
const rtl::OUString CC(RTL_CONSTASCII_USTRINGPARAM("--cc"));