summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-03 22:08:19 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-03 23:27:40 +0200
commit9db1c9e1915ca21b05d1c38f44984716f0d6a8cf (patch)
tree809f0a632b2ecfd8cd79911e1350ea36bb4a4441 /sfx2
parentprevent some unnecessary casting (diff)
downloadcore-9db1c9e1915ca21b05d1c38f44984716f0d6a8cf.tar.gz
core-9db1c9e1915ca21b05d1c38f44984716f0d6a8cf.zip
this method is actually unused
Change-Id: I1808ada7c012f4dfacc7ace93478a4acab50f6eb
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/helper.cxx10
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 )