summaryrefslogtreecommitdiffstats
path: root/forms/source/component/GroupBox.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 23:01:07 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 08:30:25 +0200
commit28ac97dce1750fdc2a4c8e8d4d03f7a81668b0f9 (patch)
tree0f11c8ad872852601032a645982546c3e2e4cc6a /forms/source/component/GroupBox.hxx
parentforms: expand DECLARE_DEFAULT_DTOR (diff)
downloadcore-28ac97dce1750fdc2a4c8e8d4d03f7a81668b0f9.tar.gz
core-28ac97dce1750fdc2a4c8e8d4d03f7a81668b0f9.zip
forms: expand DECLARE_XCLONEABLE
Change-Id: I2a468e40489797e33935b79a27459ab408558124
Diffstat (limited to 'forms/source/component/GroupBox.hxx')
-rw-r--r--forms/source/component/GroupBox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupBox.hxx b/forms/source/component/GroupBox.hxx
index ceac40b435e4..1fd17774e074 100644
--- a/forms/source/component/GroupBox.hxx
+++ b/forms/source/component/GroupBox.hxx
@@ -49,7 +49,7 @@ public:
) const SAL_OVERRIDE;
protected:
- DECLARE_XCLONEABLE();
+ virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};