diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-01 14:29:24 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-01 14:29:24 +0100 |
commit | 9d1e66bd77135b43a71dba097031e25188594a3b (patch) | |
tree | 9b5311a03bd4357fffd11b2a05a1e2c5af3e0132 /sc/source/ui/vba | |
parent | bd394abd2ef2157cd2f03c6c2e6801f7223b2a80 (diff) |
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx index 308e33670978..53063bd0e4fc 100644 --- a/sc/source/ui/vba/vbaworkbook.cxx +++ b/sc/source/ui/vba/vbaworkbook.cxx @@ -239,7 +239,7 @@ ScVbaWorkbook::getActiveSheet() throw (uno::RuntimeException) uno::Reference< frame::XModel > xModel( getCurrentExcelDoc( mxContext ), uno::UNO_SET_THROW ); uno::Reference< sheet::XSpreadsheetView > xView( xModel->getCurrentController(), uno::UNO_QUERY_THROW ); uno::Reference< beans::XPropertySet > xSheetProps( xView->getActiveSheet(), uno::UNO_QUERY_THROW ); - // #162503# return the original document module wrapper object, instead of a new instance + // return the original document module wrapper object, instead of a new instance ::rtl::OUString aCodeName; xSheetProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_CODENAME ) ) ) >>= aCodeName; ScDocShell* pShell = excel::getDocShell( xModel ); |