summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r--ucbhelper/source/client/content.cxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 6a5b09f71896..aa5dc9685d3d 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -126,14 +126,9 @@ void EmptyInputStream::closeInput()
}
-
-
-
// class ContentEventListener_Impl.
-
-
class ContentEventListener_Impl : public cppu::OWeakObject,
public XContentEventListener
{
@@ -161,13 +156,9 @@ public:
};
-
-
// class Content_Impl.
-
-
class Content_Impl : public salhelper::SimpleReferenceObject
{
friend class ContentEventListener_Impl;
@@ -306,13 +297,9 @@ static Reference< XContent > getContentNoThrow(
}
-
-
// Content Implementation.
-
-
Content::Content()
: m_xImpl( new Content_Impl )
{
@@ -1069,7 +1056,6 @@ bool Content::isFolder()
}
-
SAL_WNOUNREACHABLE_CODE_PUSH
bool Content::isDocument()
@@ -1121,8 +1107,6 @@ void Content::unlock()
// Content_Impl Implementation.
-
-
Content_Impl::Content_Impl( const Reference< XComponentContext >& rCtx,
const Reference< XContent >& rContent,
const Reference< XCommandEnvironment >& rEnv )
@@ -1337,15 +1321,9 @@ void Content_Impl::inserted()
}
-
-
// ContentEventListener_Impl Implementation.
-
-
-
-
// XInterface methods.
void SAL_CALL ContentEventListener_Impl::acquire()
@@ -1373,7 +1351,6 @@ css::uno::Any SAL_CALL ContentEventListener_Impl::queryInterface( const css::uno
// XContentEventListener methods.
-
// virtual
void SAL_CALL ContentEventListener_Impl::contentEvent( const ContentEvent& evt )
throw( RuntimeException, std::exception )
@@ -1397,11 +1374,9 @@ void SAL_CALL ContentEventListener_Impl::contentEvent( const ContentEvent& evt )
}
-
// XEventListenr methods.
-
// virtual
void SAL_CALL ContentEventListener_Impl::disposing( const EventObject& Source )
throw( RuntimeException, std::exception )