summaryrefslogtreecommitdiff
path: root/forms/source/xforms/binding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/binding.hxx')
-rw-r--r--forms/source/xforms/binding.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index 42fba2ca7d72..169cdd100ac6 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.hxx
@@ -266,10 +266,6 @@ private:
/// (to be used be API methods before acting on the object)
void checkLive() throw( css::uno::RuntimeException );
- /// check whether binding has a model, and throw exception if not
- /// (to be used be API methods before acting on the object)
- void checkModel() throw( css::uno::RuntimeException );
-
/// determine whether object is live
/// live: has model, and model has been initialized
bool isLive() const;