summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
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/source/view.cxx
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/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
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 );