ooo-build r12568 - trunk/patches/dev300
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12568 - trunk/patches/dev300
- Date: Fri, 16 May 2008 18:10:54 +0100 (BST)
Author: pmladek
Date: Fri May 16 17:10:53 2008
New Revision: 12568
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12568&view=rev
Log:
2008-05-16 Petr Mladek <pmladek suse cz>
* patches/dev300/sw-field-patch.diff: add missing semicolon; huh,
I did a last minute change in a method that is actually never
called and did not double check compilation :-/
Modified:
trunk/patches/dev300/sw-field-patch.diff
Modified: trunk/patches/dev300/sw-field-patch.diff
==============================================================================
--- trunk/patches/dev300/sw-field-patch.diff (original)
+++ trunk/patches/dev300/sw-field-patch.diff Fri May 16 17:10:53 2008
@@ -720,7 +720,7 @@
+ const SwTxtNode* pStartTxtNode=pDoc->GetNodes()[pBM->GetPos().nNode]->GetTxtNode();
+ const SwTxtNode* pEndTxtNode=pDoc->GetNodes()[pBM->GetOtherPos()->nNode]->GetTxtNode();
+ xub_StrLen ch_start_pos=pBM->GetPos().nContent.GetIndex();
-+ xub_StrLen ch_end_pos=pBM->GetOtherPos()->nContent.GetIndex()
++ xub_StrLen ch_end_pos=pBM->GetOtherPos()->nContent.GetIndex();
+ if (ch_end_pos==0 || ch_end_pos<=ch_start_pos) {
+ ch_end_pos=ch_start_pos;
+ } else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]