diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-03 22:08:19 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-03 23:27:40 +0200 |
commit | 9db1c9e1915ca21b05d1c38f44984716f0d6a8cf (patch) | |
tree | 809f0a632b2ecfd8cd79911e1350ea36bb4a4441 /sfx2 | |
parent | baa6a3b90d7d888cc294c960f5b184718673b1dd (diff) |
this method is actually unused
Change-Id: I1808ada7c012f4dfacc7ace93478a4acab50f6eb
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/helper.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx index caa150641474..4ee9d44c2e8b 100644 --- a/sfx2/source/bastyp/helper.cxx +++ b/sfx2/source/bastyp/helper.cxx @@ -68,16 +68,6 @@ DateTime convertDateTime( const util::DateTime& rUnoDT ) } -void AppendDateTime_Impl( const util::DateTime rDT, - String& rRow, const LocaleDataWrapper& rWrapper ) -{ - DateTime aDT = convertDateTime(rDT); - String aDateStr = rWrapper.getDate( aDT ); - aDateStr += rtl::OUString(", "); - aDateStr += rWrapper.getTime( aDT ); - rRow += aDateStr; -} - // ----------------------------------------------------------------------- uno::Sequence < OUString > SfxContentHelper::GetResultSet( const String& rURL ) |