loplugin:deletedspecial
Change-Id: Id3f938a5794e29b14c6adca0065465f3412c5fe2
This commit is contained in:
@@ -118,25 +118,20 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class ScVbaControlFactory
|
namespace ScVbaControlFactory
|
||||||
{
|
{
|
||||||
public:
|
css::uno::Reference< ov::msforms::XControl > createShapeControl(
|
||||||
static css::uno::Reference< ov::msforms::XControl > createShapeControl(
|
|
||||||
const css::uno::Reference< css::uno::XComponentContext >& xContext,
|
const css::uno::Reference< css::uno::XComponentContext >& xContext,
|
||||||
const css::uno::Reference< css::drawing::XControlShape >& xControlShape,
|
const css::uno::Reference< css::drawing::XControlShape >& xControlShape,
|
||||||
const css::uno::Reference< css::frame::XModel >& xModel ) throw (css::uno::RuntimeException);
|
const css::uno::Reference< css::frame::XModel >& xModel ) throw (css::uno::RuntimeException);
|
||||||
|
|
||||||
static css::uno::Reference< ov::msforms::XControl > createUserformControl(
|
css::uno::Reference< ov::msforms::XControl > createUserformControl(
|
||||||
const css::uno::Reference< css::uno::XComponentContext >& xContext,
|
const css::uno::Reference< css::uno::XComponentContext >& xContext,
|
||||||
const css::uno::Reference< css::awt::XControl >& xControl,
|
const css::uno::Reference< css::awt::XControl >& xControl,
|
||||||
const css::uno::Reference< css::awt::XControl >& xDialog,
|
const css::uno::Reference< css::awt::XControl >& xDialog,
|
||||||
const css::uno::Reference< css::frame::XModel >& xModel,
|
const css::uno::Reference< css::frame::XModel >& xModel,
|
||||||
double fOffsetX, double fOffsetY ) throw (css::uno::RuntimeException);
|
double fOffsetX, double fOffsetY ) throw (css::uno::RuntimeException);
|
||||||
|
}
|
||||||
private:
|
|
||||||
ScVbaControlFactory();
|
|
||||||
~ScVbaControlFactory();
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX
|
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user