summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-02 21:32:00 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-02 21:32:23 +0100
commite9110d56c1a5f715275cfebfdda1ce99f75ed40a (patch)
tree7e0964724e1ff1dfc06742db1a9ea7068bc88d24 /sc/source/ui/view/tabvwshb.cxx
parent68d51d0040b6ff80ced11019bfee3c4f3e2df876 (diff)
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 87b77be56fbe..10cd0d543c15 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -89,7 +89,7 @@ void ScTabViewShell::ConnectObject( SdrOle2Obj* pObj )
uno::Reference < embed::XEmbeddedObject > xObj = pObj->GetObjRef();
Window* pWin = GetActiveWin();
- // #41412# wenn schon connected ist, nicht nochmal SetObjArea/SetSizeScale
+ // wenn schon connected ist, nicht nochmal SetObjArea/SetSizeScale
SfxInPlaceClient* pClient = FindIPClient( xObj, pWin );
if ( !pClient )
@@ -117,7 +117,7 @@ void ScTabViewShell::ConnectObject( SdrOle2Obj* pObj )
BOOL ScTabViewShell::ActivateObject( SdrOle2Obj* pObj, long nVerb )
{
- // #41081# Gueltigkeits-Hinweisfenster nicht ueber dem Objekt stehenlassen
+ // Gueltigkeits-Hinweisfenster nicht ueber dem Objekt stehenlassen
RemoveHintWindow();
uno::Reference < embed::XEmbeddedObject > xObj = pObj->GetObjRef();