From fe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 4 Apr 2011 15:13:25 +0200 Subject: Remove commented code in libs-core/linguistic --- linguistic/source/lngopt.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'linguistic/source/lngopt.hxx') diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 295483a8914d..d0e8ae556496 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -60,10 +60,8 @@ namespace com { namespace sun { namespace star { -/////////////////////////////////////////////////////////////////////////// // LinguOptions // This class represents all Linguistik relevant options. -// class LinguOptions { @@ -95,7 +93,6 @@ public: }; -/////////////////////////////////////////////////////////////////////////// // uses templates from @@ -113,7 +110,6 @@ typedef cppu::OMultiTypeInterfaceContainerHelperVar std::equal_to< sal_Int32 > > OPropertyListenerContainerHelper; -/////////////////////////////////////////////////////////////////////////// class LinguProps : @@ -180,7 +176,6 @@ inline ::rtl::OUString LinguProps::getImplementationName_Static() throw() return A2OU( "com.sun.star.lingu2.LinguProps" ); } -/////////////////////////////////////////////////////////////////////////// #endif -- cgit