[Libreoffice-commits] .: 2 commits - starmath/source sw/source
Martin Kepplinger
mkepplinger at kemper.freedesktop.org
Mon Mar 7 03:18:26 PST 2011
starmath/source/edit.cxx | 4 ++--
starmath/source/rect.cxx | 2 +-
starmath/source/view.cxx | 2 +-
sw/source/filter/rtf/rtftbl.cxx | 4 ++--
sw/source/filter/rtf/swparrtf.cxx | 12 ++++++------
5 files changed, 12 insertions(+), 12 deletions(-)
New commits:
commit 78d1d3622d92a06bf69cf6ab7547c83a96444d24
Author: Martin Kepplinger <martinkepplinger at eml.cc>
Date: Mon Mar 7 12:12:57 2011 +0100
Remove references to unavailable bug reports
This removes more references to bugzillas that are not available to the
community. See http://wiki.documentfoundation.org/Development/FAQ
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
diff --git a/sw/source/filter/rtf/rtftbl.cxx b/sw/source/filter/rtf/rtftbl.cxx
index 82c18e5..bdbedcb 100644
--- a/sw/source/filter/rtf/rtftbl.cxx
+++ b/sw/source/filter/rtf/rtftbl.cxx
@@ -357,7 +357,7 @@ void SwRTFParser::ReadTable( int nToken )
break;
case RTF_TRGAPH:
- //$flr bug #117887#: RTF: wrong internal table cell margin imported (A13)
+ //$flr bug: RTF: wrong internal table cell margin imported (A13)
aRow.mnBrdDist = (nTokenValue>0?(USHORT)nTokenValue:0); // filter out negative values of \trgaph
break;
@@ -762,7 +762,7 @@ void SwRTFParser::ReadTable( int nToken )
//It might be that there was content at this point which is not already in
//a table, but which is being followed by properties to place it into the
- //table. e.g. #109199#. If this is the case then move the para/char
+ //table. If this is the case then move the para/char
//properties inside the table, and move any content of that paragraph into
//the table
bool bInTable = aRg.GetPoint()->nNode.GetNode().FindTableNode();
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 9296e12..8eb9ee2 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -432,7 +432,7 @@ if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( FALSE ).nNode.GetIndex() )
maSegments.InsertSegments(IsNewDoc());
UpdatePageDescs(*pDoc, nPageDescOffset);
//$flr folloing garbe collecting code has been moved from the previous procedure
- // UpdatePageDescs to here in order to fix bug #117882#
+ // UpdatePageDescs to here in order to fix a bug
rtfSections::myrDummyIter aDEnd = maSegments.maDummyPageNos.rend();
for (rtfSections::myrDummyIter aI = maSegments.maDummyPageNos.rbegin(); aI != aDEnd; ++aI)
pDoc->DelPageDesc(*aI);
@@ -1688,7 +1688,7 @@ void SwRTFParser::NextToken( int nToken )
break;
case RTF_PAGE:
- if (pTableNode==NULL) { //#117410#: A \page command within a table is ignored by Word.
+ if (pTableNode==NULL) { //A \page command within a table is ignored by Word.
if (lcl_UsedPara(*pPam))
InsertPara();
CheckInsNewTblLine();
@@ -2944,8 +2944,8 @@ void SwRTFParser::ReadSectControls( int nToken )
_pKeepHeader = &aNewSection.mpPageHdFt->GetMaster().GetHeader();
}
bKeepFooter = false;
- if (!bNewSectionHeader) { //see #117914# topic 2). If a header is redefined in a section
- bNewSectionHeader=true; // a new header must be created.
+ if (!bNewSectionHeader) { // If a header is redefined in a section
+ bNewSectionHeader=true; // a new header must be created.
aNewSection.mpPageHdFt=NULL;
}
if (!aNewSection.mpPageHdFt)
@@ -4020,7 +4020,7 @@ void SwRTFParser::DelLastNode()
{
ULONG nNodeIdx = pPam->GetPoint()->nNode.GetIndex();
SwCntntNode* pCNd = pDoc->GetNodes()[ nNodeIdx ]->GetCntntNode();
- // paragraphs with page break information are not empty! see #117914# topic 1)
+ // paragraphs with page break information are not empty!)
if(const SfxPoolItem* pItem=&(pCNd->GetAttr( RES_PAGEDESC, FALSE)))
{
SwFmtPageDesc* pPageDescItem = ((SwFmtPageDesc*)pItem);
@@ -4073,7 +4073,7 @@ void SwRTFParser::UnknownAttrToken( int nToken, SfxItemSet* pSet )
NewTblLine(); // evt. Line copieren
else
{
- static int _do=0; //$flr See #117881# for explanation.
+ static int _do=0; //$flr
// Crsr nicht mehr in der Tabelle ?
if( !pPam->GetNode()->FindTableNode() && _do )
{
commit fefa9cf910d1f93466443bd066b88433865c3d44
Author: Martin Kepplinger <martinkepplinger at eml.cc>
Date: Mon Mar 7 11:56:37 2011 +0100
Remove reference to unavailable bugtrackers
This removes references to some internel bugtrackers that are (according to
http://wiki.documentfoundation.org/Development/FAQ ) not available to the
community in writer/starmath.
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 96c8fa9..28694ee 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -256,7 +256,7 @@ void SmEditWindow::DataChanged( const DataChangedEvent& )
// unfortunately this resets the whole edit engine
// thus we need to save at least the text
String aTxt( pEditEngine->GetText( LINEEND_LF ) );
- pEditEngine->Clear(); //#77957 incorrect font size
+ pEditEngine->Clear(); //incorrect font size
pEditEngine->SetText( aTxt );
}
@@ -360,7 +360,7 @@ void SmEditWindow::Command(const CommandEvent& rCEvt)
Point aPoint = rCEvt.GetMousePosPixel();
PopupMenu* pPopupMenu = new PopupMenu(SmResId(RID_COMMANDMENU));
- // added for replaceability of context menus #96085, #93782
+ // added for replaceability of context menus
Menu* pMenu = NULL;
::com::sun::star::ui::ContextMenuExecuteEvent aEvent;
aEvent.SourceWindow = VCLUnoHelper::GetInterface( this );
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 52e3100..473ea36 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -648,7 +648,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev,
// in significant incorrect bounding rectangles for some charcters.
Size aFntSize = aFnt.GetSize();
- // HDU: workaround to avoid HUGE font sizes and resulting problems (#112783#)
+ // HDU: workaround to avoid HUGE font sizes and resulting problems
long nScaleFactor = 1;
while( aFntSize.Height() > 2000 * nScaleFactor )
nScaleFactor *= 2;
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 897cdd2..0c2cd04 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -551,7 +551,7 @@ void SmGraphicWindow::Command(const CommandEvent& rCEvt)
aPos = rCEvt.GetMousePosPixel();
OSL_ENSURE( pViewShell, "view shell missing" );
- // added for replaceability of context menus #96085, #93782
+ // added for replaceability of context menus
pViewShell->GetViewFrame()->GetBindings().GetDispatcher()
->ExecutePopup( aResId, this, &aPos );
More information about the Libreoffice-commits
mailing list