[Libreoffice] [PATCH 1/2] Remove reference to unavailable bugtrackers
Martin Kepplinger
martinkepplinger at eml.cc
Mon Mar 7 03:25:24 PST 2011
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.
---
starmath/source/edit.cxx | 4 ++--
starmath/source/rect.cxx | 2 +-
starmath/source/view.cxx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
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 );
--
1.7.1
More information about the LibreOffice
mailing list