summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-04 08:25:08 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-04 08:25:08 +0300
commitf935aa9d9cb6dde3dfd1b018c4b8938ff6c16183 (patch)
tree6950946f19137ef609137ed341bcc09440301b3e /sfx2/source/bastyp
parent5551702b8dc3e9d06510ea7d12e6a25f35468a93 (diff)
WaE: unused function 'convertDateTime'
Change-Id: I6d36291f4381cc43782861ca1180b7fa7b155551
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r--sfx2/source/bastyp/helper.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx
index 444dda9a9562..434d7a81e243 100644
--- a/sfx2/source/bastyp/helper.cxx
+++ b/sfx2/source/bastyp/helper.cxx
@@ -56,18 +56,6 @@ using ::std::vector;
using ::rtl::OStringToOUString;
-namespace {
-
-DateTime convertDateTime( const util::DateTime& rUnoDT )
-{
- return DateTime( Date( rUnoDT.Day, rUnoDT.Month, rUnoDT.Year ),
- Time( rUnoDT.Hours, rUnoDT.Minutes, rUnoDT.Seconds, rUnoDT.HundredthSeconds ) );
-}
-
-}
-
-// -----------------------------------------------------------------------
-
std::vector<OUString> SfxContentHelper::GetResultSet( const OUString& rURL )
{
vector<OUString> aList;