summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorMartin Kepplinger <martinkepplinger@eml.cc>2011-03-07 11:56:37 +0100
committerMartin Kepplinger <martinkepplinger@eml.cc>2011-03-07 11:56:37 +0100
commit243eb65baf1549eaffff1179323a25c847d68c7e (patch)
treed69a22203882abac0a21708536f7512258836f1a /starmath
parentdd075953509d71fecced23e027acdda84d12838e (diff)
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.
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/edit.cxx4
-rw-r--r--starmath/source/rect.cxx2
-rw-r--r--starmath/source/view.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 020d5ebbef83..5423bb937b0f 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 710906eb9a5d..9bd8cf8e35e8 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 0df95102d564..4c451e403999 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 );