summaryrefslogtreecommitdiff
path: root/forms/source/component/File.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/File.hxx
parent2091d5a4d37961969b270590a6906260415884cb (diff)
forms: expand DECLARE_XCLONEABLE
Change-Id: I2a468e40489797e33935b79a27459ab408558124
Diffstat (limited to 'forms/source/component/File.hxx')
-rw-r--r--forms/source/component/File.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/File.hxx b/forms/source/component/File.hxx
index fa9eea160a05..5c47c530e1e3 100644
--- a/forms/source/component/File.hxx
+++ b/forms/source/component/File.hxx
@@ -80,7 +80,7 @@ public:
protected:
virtual void _reset();
- DECLARE_XCLONEABLE();
+ virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};