[Libreoffice-commits] .: 2 commits - binfilter/bf_sw binfilter/inc writerfilter/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Mon Mar 14 13:41:30 PDT 2011
binfilter/bf_sw/source/core/text/sw_txtfld.cxx | 2 --
binfilter/bf_sw/source/core/unocore/sw_unotext.cxx | 2 --
binfilter/bf_sw/source/ui/inc/fldwrap.hxx | 2 +-
binfilter/inc/bf_sw/swdbtoolsclient.hxx | 2 +-
writerfilter/source/dmapper/DomainMapper_Impl.hxx | 2 +-
5 files changed, 3 insertions(+), 7 deletions(-)
New commits:
commit e5a75770702129d496751b03b333b4bb137105ca
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Mar 14 21:41:46 2011 +0100
Remove empty comment fields
diff --git a/binfilter/bf_sw/source/core/text/sw_txtfld.cxx b/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
index 5615a28..324ea6a 100644
--- a/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
+++ b/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
@@ -424,9 +424,7 @@ namespace binfilter {
/*N*/ }
/*N*/ return pRet;
/*N*/ }
-/* --------------------------------------------------
- --------------------------------------------------*/
void SwTxtFld::NotifyContentChange(SwFmtFld& rFmtFld)
{
//if not in undo section notify the change
diff --git a/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx b/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
index 1e03813..dff3407 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
@@ -98,9 +98,7 @@ uno::Reference< XTextCursor > SwXText::createCursor() throw ( ::com::sun::star
}
return xRet;
}
-/* ---------------------------------------------------------------------------
- ---------------------------------------------------------------------------*/
SwXText::SwXText(SwDoc* pDc, CursorType eType) :
pDoc(pDc),
bObjectValid(0 != pDc),
commit e061f573beb62aaa1af0411e42eb1ac73163229a
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Mar 14 21:39:05 2011 +0100
Remove dates from comments
diff --git a/binfilter/bf_sw/source/core/text/sw_txtfld.cxx b/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
index ffff996..5615a28 100644
--- a/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
+++ b/binfilter/bf_sw/source/core/text/sw_txtfld.cxx
@@ -424,7 +424,7 @@ namespace binfilter {
/*N*/ }
/*N*/ return pRet;
/*N*/ }
-/* -----------------26.06.2003 13:54-----------------
+/* --------------------------------------------------
--------------------------------------------------*/
void SwTxtFld::NotifyContentChange(SwFmtFld& rFmtFld)
diff --git a/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx b/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
index ec729fb..1e03813 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unotext.cxx
@@ -98,7 +98,7 @@ uno::Reference< XTextCursor > SwXText::createCursor() throw ( ::com::sun::star
}
return xRet;
}
-/* -----------------------------15.03.2002 12:39------------------------------
+/* ---------------------------------------------------------------------------
---------------------------------------------------------------------------*/
SwXText::SwXText(SwDoc* pDc, CursorType eType) :
diff --git a/binfilter/bf_sw/source/ui/inc/fldwrap.hxx b/binfilter/bf_sw/source/ui/inc/fldwrap.hxx
index 9b1d8b6..fa39d52 100644
--- a/binfilter/bf_sw/source/ui/inc/fldwrap.hxx
+++ b/binfilter/bf_sw/source/ui/inc/fldwrap.hxx
@@ -40,7 +40,7 @@ public:
SFX_DECL_CHILDWINDOW(SwFldDlgWrapper);
};
-/* -----------------04.02.2003 14:14-----------------
+/* --------------------------------------------------
* field dialog only showing database page to support
* mail merge
* --------------------------------------------------*/
diff --git a/binfilter/inc/bf_sw/swdbtoolsclient.hxx b/binfilter/inc/bf_sw/swdbtoolsclient.hxx
index 409ecac..128a17a 100644
--- a/binfilter/inc/bf_sw/swdbtoolsclient.hxx
+++ b/binfilter/inc/bf_sw/swdbtoolsclient.hxx
@@ -33,7 +33,7 @@
#include <osl/module.h>
namespace binfilter {
-/* -----------------------------30.08.2001 11:01------------------------------
+/* ---------------------------------------------------------------------------
Client to use the dbtools library as load-on-call
---------------------------------------------------------------------------*/
class SwDbtoolsClient
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.hxx b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
index 9de1cd5..30396fe 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.hxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.hxx
@@ -121,7 +121,7 @@ enum BreakType
PAGE_BREAK,
COLUMN_BREAK
};
-/*-----------------29.01.2007 11:47-----------------
+/*--------------------------------------------------
field stack element
* --------------------------------------------------*/
class FieldContext
More information about the Libreoffice-commits
mailing list