summaryrefslogtreecommitdiff
path: root/framework/source/services/license.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/license.cxx')
-rw-r--r--framework/source/services/license.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index 3fc13c543bfe..6dff1bf129e3 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -58,10 +58,6 @@
#include <osl/file.hxx>
#include <osl/time.h>
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
namespace framework{
using namespace utl;
using namespace ::osl ;
@@ -72,10 +68,6 @@ using namespace ::com::sun::star::lang ;
using namespace ::com::sun::star::util ;
using namespace ::com::sun::star::frame ;
-//_________________________________________________________________________________________________________________
-// non exported const
-//_________________________________________________________________________________________________________________
-
// license file name
static const char *szLicensePath = "/share/readme";
#ifdef UNX
@@ -86,14 +78,6 @@ static const char *szWNTLicenseName = "/license";
static const char *szWNTLicenseExt = ".txt";
#endif
-//_________________________________________________________________________________________________________________
-// non exported definitions
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************