diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /oox/source/ole | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/axbinaryreader.cxx | 4 | ||||
-rw-r--r-- | oox/source/ole/axbinarywriter.cxx | 4 | ||||
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 6 | ||||
-rw-r--r-- | oox/source/ole/olehelper.cxx | 4 | ||||
-rw-r--r-- | oox/source/ole/olestorage.cxx | 4 | ||||
-rw-r--r-- | oox/source/ole/vbacontrol.cxx | 8 | ||||
-rw-r--r-- | oox/source/ole/vbaproject.cxx | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/oox/source/ole/axbinaryreader.cxx b/oox/source/ole/axbinaryreader.cxx index b78f428794fd..38f8575e5240 100644 --- a/oox/source/ole/axbinaryreader.cxx +++ b/oox/source/ole/axbinaryreader.cxx @@ -127,7 +127,7 @@ bool lclReadString( AxAlignedInputStream& rInStrm, OUString& rValue, sal_uInt32 } // namespace -// ---------------------------------------------------------------------------- + AxBinaryPropertyReader::ComplexProperty::~ComplexProperty() { @@ -175,7 +175,7 @@ bool AxBinaryPropertyReader::PictureProperty::readProperty( AxAlignedInputStream return OleHelper::importStdPic( mrPicData, rInStrm, true ); } -// ---------------------------------------------------------------------------- + AxBinaryPropertyReader::AxBinaryPropertyReader( BinaryInputStream& rInStrm, bool b64BitPropFlags ) : maInStrm( rInStrm ), diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx index a6408b279bb9..09826b50ad67 100644 --- a/oox/source/ole/axbinarywriter.cxx +++ b/oox/source/ole/axbinarywriter.cxx @@ -100,7 +100,7 @@ void lclWriteString( AxAlignedOutputStream& rOutStrm, OUString& rValue, sal_uInt } // namespace -// ---------------------------------------------------------------------------- + AxBinaryPropertyWriter::ComplexProperty::~ComplexProperty() { @@ -118,7 +118,7 @@ bool AxBinaryPropertyWriter::StringProperty::writeProperty( AxAlignedOutputStrea return true; } -// ---------------------------------------------------------------------------- + AxBinaryPropertyWriter::AxBinaryPropertyWriter( BinaryOutputStream& rOutStrm, bool b64BitPropFlags ) : maOutStrm( rOutStrm ), diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 8b7d7b0868f4..f25e8afa3250 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -90,7 +90,7 @@ const sal_uInt32 COMCTL_SCROLLBAR_HOR = 0x00000010; const sal_uInt32 COMCTL_ID_PROGRESSBAR_50 = 0xE6E17E84; const sal_uInt32 COMCTL_ID_PROGRESSBAR_60 = 0x97AB8A01; -// ---------------------------------------------------------------------------- + const sal_uInt32 AX_CMDBUTTON_DEFFLAGS = 0x0000001B; const sal_uInt32 AX_LABEL_DEFFLAGS = 0x0080001B; @@ -150,7 +150,7 @@ const sal_Int32 AX_CONTAINER_CYCLEALL = 0; const sal_Int32 AX_CONTAINER_SCR_NONE = 0x00; -// ---------------------------------------------------------------------------- + const sal_Int16 API_BORDER_NONE = 0; const sal_Int16 API_BORDER_SUNKEN = 1; @@ -160,7 +160,7 @@ const sal_Int16 API_STATE_UNCHECKED = 0; const sal_Int16 API_STATE_CHECKED = 1; const sal_Int16 API_STATE_DONTKNOW = 2; -// ---------------------------------------------------------------------------- + /** Tries to extract a range address from a defined name. */ bool lclExtractRangeFromName( CellRangeAddress& orRangeAddr, const Reference< XModel >& rxDocModel, const OUString& rAddressString ) diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index cf1f3beb8954..584fbec11ea8 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -96,7 +96,7 @@ inline sal_Int32 lclDecodeBgrColor( sal_uInt32 nOleColor ) return static_cast< sal_Int32 >( lclSwapRedBlue( nOleColor ) & 0xFFFFFF ); } -// ---------------------------------------------------------------------------- + const sal_uInt32 OLE_STDPIC_ID = 0x0000746C; @@ -197,7 +197,7 @@ GUIDCNamePairMap& classIdToGUIDCNamePairMap::get() return theInst.mnIdToGUIDCNamePairMap; } -// ---------------------------------------------------------------------------- + template< typename Type > void lclAppendHex( OUStringBuffer& orBuffer, Type nValue ) diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx index d6d47f04c1f0..c7ce3aa7cf95 100644 --- a/oox/source/ole/olestorage.cxx +++ b/oox/source/ole/olestorage.cxx @@ -85,7 +85,7 @@ private: OUString maElementName; }; -// ---------------------------------------------------------------------------- + OleOutputStream::OleOutputStream( const Reference< XComponentContext >& rxContext, const Reference< XNameContainer >& rxStorage, const OUString& rElementName ) : @@ -214,7 +214,7 @@ OleStorage::~OleStorage() { } -// ---------------------------------------------------------------------------- + void OleStorage::initStorage( const Reference< XInputStream >& rxInStream ) { diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 4ad463d16d01..19a87087caba 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -77,7 +77,7 @@ const sal_uInt32 VBA_SITE_DEFFLAGS = 0x00000033; const sal_uInt8 VBA_SITEINFO_COUNT = 0x80; const sal_uInt8 VBA_SITEINFO_MASK = 0x7F; -// ---------------------------------------------------------------------------- + /** Collects names of all controls in a user form or container control. Allows to generate unused names for dummy controls separating option groups. @@ -124,7 +124,7 @@ OUString VbaControlNamesSet::generateDummyName() return aCtrlName; } -// ---------------------------------------------------------------------------- + /** Functor that inserts the name of a control into a VbaControlNamesSet. */ struct VbaControlNameInserter @@ -135,7 +135,7 @@ public: inline void operator()( const VbaFormControl& rControl ) { mrCtrlNames.insertName( rControl ); } }; -// ---------------------------------------------------------------------------- + /** A dummy invisible form control (fixed label without text) that is used to separate two groups of option buttons. @@ -776,7 +776,7 @@ bool lclEatKeyword( OUString& rCodeLine, const OUString& rKeyword ) } // namespace -// ---------------------------------------------------------------------------- + VbaUserForm::VbaUserForm( const Reference< XComponentContext >& rxContext, const Reference< XModel >& rxDocModel, const GraphicHelper& rGraphicHelper, bool bDefaultColorBgr ) : diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index b58710d0efcc..2d881734d4de 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -81,7 +81,7 @@ bool lclReadConfigItem( const Reference< XInterface >& rxConfigAccess, const OUS } // namespace -// ---------------------------------------------------------------------------- + VbaFilterConfig::VbaFilterConfig( const Reference< XComponentContext >& rxContext, const OUString& rConfigCompName ) { |