summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-28 13:12:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-28 13:12:26 +0100
commitf25084de94599519ecb62a468ba00d33384e308e (patch)
treed98d349725c52437fed4bf6f1d54f3ac8dd1c300 /sfx2/source/appl/appbas.cxx
parentc33025e85685f32c7eee46ab7122b756177c295f (diff)
remove unused lcl_GetVersionString
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index a776e09d1f74..a0416f19bf02 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -100,22 +100,6 @@ using namespace ::com::sun::star::script;
using ::basic::BasicManagerRepository;
-//------------------------------------------------------------------------
-String lcl_GetVersionString()
-{
- ::rtl::OUString aDefault;
- String aVersion( utl::Bootstrap::getBuildIdData( aDefault ));
-
- if ( aVersion.Len() == 0 )
- {
- OSL_FAIL( "No BUILDID in bootstrap file found" );
- }
-
- aVersion.Erase( 0, aVersion.Search( ':' ) + 1 );
- aVersion.Erase( aVersion.Search( ')' ) );
- return aVersion;
-}
-
//=========================================================================
sal_uInt16 SfxApplication::SaveBasicManager() const
{