[Libreoffice-commits] core.git: sc/source sw/source

Eike Rathke erack at redhat.com
Fri Apr 19 06:08:17 PDT 2013


 sc/source/core/tool/autoform.cxx |    5 ++++-
 sw/source/core/doc/tblafmt.cxx   |    5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 8a6a940a469bac1c274b988dce713181f044d6c4
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Apr 19 15:06:38 2013 +0200

    just added a big red notice
    
    Change-Id: I095a824c18a4ea61663e2706daa6616d60aaeb34

diff --git a/sc/source/core/tool/autoform.cxx b/sc/source/core/tool/autoform.cxx
index d3e036e..18b5061 100644
--- a/sc/source/core/tool/autoform.cxx
+++ b/sc/source/core/tool/autoform.cxx
@@ -36,7 +36,10 @@
 #include "globstr.hrc"
 #include "document.hxx"
 
-//------------------------------------------------------------------------
+/*
+ * XXX: BIG RED NOTICE! Changes MUST be binary file format compatible and MUST
+ * be synchronized with Writer's SwTableAutoFmtTbl sw/source/core/doc/tblafmt.cxx
+ */
 
 const sal_Char *linker_dummy = "";
 
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index 1a98459..2031563 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -42,6 +42,11 @@
 #include <fmtornt.hxx>
 #include <editsh.hxx>
 
+/*
+ * XXX: BIG RED NOTICE! Changes MUST be binary file format compatible and MUST
+ * be synchronized with Calc's ScAutoFormat sc/source/core/tool/autoform.cxx
+ */
+
 using ::editeng::SvxBorderLine;
 
 // until SO5PF


More information about the Libreoffice-commits mailing list