diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-02 21:32:00 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-02 21:32:23 +0100 |
commit | e9110d56c1a5f715275cfebfdda1ce99f75ed40a (patch) | |
tree | 7e0964724e1ff1dfc06742db1a9ea7068bc88d24 /sc/source/ui/view/tabvwshe.cxx | |
parent | 68d51d0040b6ff80ced11019bfee3c4f3e2df876 (diff) |
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/view/tabvwshe.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshe.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshe.cxx b/sc/source/ui/view/tabvwshe.cxx index 77be8ad7e678..b55d4f2d9098 100644 --- a/sc/source/ui/view/tabvwshe.cxx +++ b/sc/source/ui/view/tabvwshe.cxx @@ -75,7 +75,7 @@ String ScTabViewShell::GetSelectionText( BOOL bWholeWord ) if ( bInFormatDialog && aRange.aStart.Row() != aRange.aEnd.Row() ) { // Range auf eine Datenzeile begrenzen - // (#48613# nur wenn der Aufruf aus einem Format-Dialog kommt) + // (nur wenn der Aufruf aus einem Format-Dialog kommt) ScHorizontalCellIterator aIter( pDoc, aRange.aStart.Tab(), aRange.aStart.Col(), aRange.aStart.Row(), aRange.aEnd.Col(), aRange.aEnd.Row() ); @@ -157,7 +157,7 @@ void ScTabViewShell::InsertURL( const String& rName, const String& rURL, const S } else { - // #91216# if the view is not active, InsertURLField doesn't work + // if the view is not active, InsertURLField doesn't work // -> use InsertBookmark to directly manipulate cell content // bTryReplace=TRUE -> if cell contains only one URL, replace it |