summaryrefslogtreecommitdiff
path: root/ucbhelper/source
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-03-20 08:35:52 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-03-20 08:35:52 +0000
commit446506abdecac63d6e3c93c6da609baed0ec09f7 (patch)
tree0e118b8984f794bcc789eadd348ae278cdecf253 /ucbhelper/source
parente40c8c132e2c7aff2237b29f5ee5415bbdb58744 (diff)
Removed non-const version of Content::getCommandEnvironment().
Diffstat (limited to 'ucbhelper/source')
-rw-r--r--ucbhelper/source/client/content.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 873c33d7c9ec..933c3a0b8b70 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: content.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kso $ $Date: 2001-02-07 10:32:24 $
+ * last change: $Author: kso $ $Date: 2001-03-20 09:35:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -823,12 +823,6 @@ void Content::abortCommand()
}
//=========================================================================
-Reference< XCommandEnvironment > Content::getCommandEnvironment()
-{
- return m_xImpl->getEnvironment();
-}
-
-//=========================================================================
Reference< XResultSet > Content::createCursor(
const Sequence< OUString >& rPropertyNames,
ResultSetInclude eMode )