loplugin:deletedspecial

Change-Id: Id3f938a5794e29b14c6adca0065465f3412c5fe2
This commit is contained in:
Stephan Bergmann
2015-02-07 12:33:55 +01:00
parent 9888b279e5
commit 2cebd4d086

View File

@@ -118,25 +118,20 @@ public:
};
class ScVbaControlFactory
namespace ScVbaControlFactory
{
public:
static css::uno::Reference< ov::msforms::XControl > createShapeControl(
css::uno::Reference< ov::msforms::XControl > createShapeControl(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::drawing::XControlShape >& xControlShape,
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::awt::XControl >& xControl,
const css::uno::Reference< css::awt::XControl >& xDialog,
const css::uno::Reference< css::frame::XModel >& xModel,
double fOffsetX, double fOffsetY ) throw (css::uno::RuntimeException);
private:
ScVbaControlFactory();
~ScVbaControlFactory();
};
}
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX