summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-23 17:28:44 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-23 23:39:13 +0100
commitdec6d3e93503d805c74adc04b07758a8a44d74a6 (patch)
treef4cad18473fa3aab4cc341a5f9a90dea9b0d0af1 /include/toolkit
parent6dbff3aae9cb727fab74a3b2d8ebf7cb136ce215 (diff)
tk: Constructor feature for OGeometryControlModel<UnoControlDialogModel>.
Change-Id: I9afc83610ccc06ea090a10588fb8240159715197
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/controls/dialogcontrol.hxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx
index f6067209ce46..293ce9dbfc77 100644
--- a/include/toolkit/controls/dialogcontrol.hxx
+++ b/include/toolkit/controls/dialogcontrol.hxx
@@ -35,35 +35,6 @@
#include <cppuhelper/implbase3.hxx>
#include <list>
-// ----------------------------------------------------
-// class UnoControlDialogModel
-// ----------------------------------------------------
-
-class UnoControlDialogModel : public ControlModelContainerBase
-{
-protected:
- ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphicObject > mxGrfObj;
- ::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const;
- ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper();
- // ::cppu::OPropertySetHelper
- void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::uno::Exception);
-public:
- UnoControlDialogModel( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
- UnoControlDialogModel( const UnoControlDialogModel& rModel );
- ~UnoControlDialogModel();
-
- UnoControlModel* Clone() const;
- // ::com::sun::star::beans::XMultiPropertySet
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException);
-
- // ::com::sun::star::io::XPersistObject
- OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
-
- // XServiceInfo
- DECLIMPL_SERVICEINFO_DERIVED( UnoControlDialogModel, ControlModelContainerBase, szServiceName2_UnoControlDialogModel )
-
-};
-
typedef ::cppu::AggImplInheritanceHelper2 < ControlContainerBase
, ::com::sun::star::awt::XUnoControlDialog
, ::com::sun::star::awt::XWindowListener