removed unused static data

This commit is contained in:
Takeshi Abe
2012-04-23 23:04:49 +09:00
parent 1b66253254
commit 9cb75ccaa7
5 changed files with 0 additions and 5 deletions

View File

@@ -32,7 +32,6 @@ using namespace com::sun::star;
using namespace ooo::vba;
const static rtl::OUString LABEL( RTL_CONSTASCII_USTRINGPARAM("Label") );
ScVbaImage::ScVbaImage( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< uno::XInterface >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : ImageImpl_BASE( xParent, xContext, xControl, xModel, pGeomHelper )
{
}