This patch removes bogus comments found in the navicfg.cxx file
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
 sw/source/ui/utlui/navicfg.cxx |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/sw/source/ui/utlui/navicfg.cxx b/sw/source/ui/utlui/navicfg.cxx
index d822ee3..6e2b165 100644
--- a/sw/source/ui/utlui/navicfg.cxx
+++ b/sw/source/ui/utlui/navicfg.cxx
@@ -42,9 +42,6 @@ using namespace ::utl;
 using namespace ::rtl;
 using namespace ::com::sun::star::uno;
 
-/* -----------------------------08.09.00 16:30--------------------------------
-
- ---------------------------------------------------------------------------*/
 Sequence<OUString> SwNavigationConfig::GetPropertyNames()
 {
     static const char* aPropNames[] =
@@ -66,9 +63,6 @@ Sequence<OUString> SwNavigationConfig::GetPropertyNames()
     }
     return aNames;
 }
-/*-----------------13.11.96 11.03-------------------
-
---------------------------------------------------*/
 
 SwNavigationConfig::SwNavigationConfig() :
     utl::ConfigItem(C2U("Office.Writer/Navigator")),
@@ -105,14 +99,11 @@ SwNavigationConfig::SwNavigationConfig() :
         }
     }
 }
-/* -----------------------------08.09.00 16:35--------------------------------
 
- ---------------------------------------------------------------------------*/
 SwNavigationConfig::~SwNavigationConfig()
-{}
-/* -----------------------------08.09.00 16:35--------------------------------
+{
+}
 
- ---------------------------------------------------------------------------*/
 void SwNavigationConfig::Commit()
 {
     Sequence<OUString> aNames = GetPropertyNames();
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.