diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:22:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:11 +0200 |
commit | ca362d6348e4d0a29317492b3c8ef9637a656f4f (patch) | |
tree | 80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/ole/vbacontrol.cxx | |
parent | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff) |
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/ole/vbacontrol.cxx')
-rw-r--r-- | oox/source/ole/vbacontrol.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 818f8789b802..c60007b5aeea 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -77,8 +77,6 @@ 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,8 +122,6 @@ OUString VbaControlNamesSet::generateDummyName() return aCtrlName; } - - /** Functor that inserts the name of a control into a VbaControlNamesSet. */ struct VbaControlNameInserter { @@ -135,8 +131,6 @@ 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. */ @@ -159,8 +153,6 @@ VbaDummyFormControl::VbaDummyFormControl( const OUString& rName ) } // namespace - - VbaSiteModel::VbaSiteModel() : maPos( 0, 0 ), mnId( 0 ), @@ -318,8 +310,6 @@ void VbaSiteModel::convertProperties( PropertyMap& rPropMap, } } - - VbaFormControl::VbaFormControl() { } @@ -722,8 +712,6 @@ bool VbaFormControl::compareByTabIndex( const VbaFormControlRef& rxLeft, const V return nLeftTabIndex < nRightTabIndex; } - - namespace { OUString lclGetQuotedString( const OUString& rCodeLine ) @@ -776,8 +764,6 @@ bool lclEatKeyword( OUString& rCodeLine, const OUString& rKeyword ) } // namespace - - VbaUserForm::VbaUserForm( const Reference< XComponentContext >& rxContext, const Reference< XModel >& rxDocModel, const GraphicHelper& rGraphicHelper, bool bDefaultColorBgr ) : mxContext( rxContext ), @@ -868,8 +854,6 @@ void VbaUserForm::importForm( const Reference< XNameContainer >& rxDialogLib, } } - - } // namespace ole } // namespace oox |