This patch removes bogus comments found in the dbconfig.cxx file
Signed-off-by: Prashant Shah <[email protected]>
---
sw/source/ui/config/dbconfig.cxx | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/sw/source/ui/config/dbconfig.cxx b/sw/source/ui/config/dbconfig.cxx
index e189fe7..c1db46c 100644
--- a/sw/source/ui/config/dbconfig.cxx
+++ b/sw/source/ui/config/dbconfig.cxx
@@ -67,9 +67,7 @@ const Sequence<OUString>& SwDBConfig::GetPropertyNames()
}
return aNames;
}
-/* -----------------------------06.09.00 16:44--------------------------------
- ---------------------------------------------------------------------------*/
SwDBConfig::SwDBConfig() :
ConfigItem(C2U("Office.DataAccess"),
CONFIG_MODE_DELAYED_UPDATE|CONFIG_MODE_RELEASE_TREE),
@@ -77,17 +75,13 @@ SwDBConfig::SwDBConfig() :
pBibImpl(0)
{
};
-/* -----------------------------06.09.00 16:50--------------------------------
- ---------------------------------------------------------------------------*/
SwDBConfig::~SwDBConfig()
{
delete pAdrImpl;
delete pBibImpl;
}
-/* -----------------------------20.02.01 12:32--------------------------------
- ---------------------------------------------------------------------------*/
void SwDBConfig::Load()
{
const Sequence<OUString>& rNames = GetPropertyNames();
@@ -118,18 +112,14 @@ void SwDBConfig::Load()
}
}
}
-/* -----------------------------20.02.01 12:36--------------------------------
- ---------------------------------------------------------------------------*/
const SwDBData& SwDBConfig::GetAddressSource()
{
if(!pAdrImpl)
Load();
return *pAdrImpl;
}
-/* -----------------29.11.2002 11:43-----------------
- *
- * --------------------------------------------------*/
+
const SwDBData& SwDBConfig::GetBibliographySource()
{
if(!pBibImpl)
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice