diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-15 11:59:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-15 11:59:57 +0000 |
commit | d67e79934fa19cd667c2455e5e95dd48df511179 (patch) | |
tree | fad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/unocoll.hxx | |
parent | 54d8e263fe5f44f408038d23997039f19c90e09c (diff) |
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r-- | sw/inc/unocoll.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index 43980eac959c..006f78e7a3d3 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -81,9 +81,6 @@ class SwUnoCollection SwDoc* GetDoc() const {return pDoc;} }; -/****************************************************************************** - * - ******************************************************************************/ #define SW_SERVICE_TYPE_TEXTTABLE 0 #define SW_SERVICE_TYPE_TEXTFRAME 1 #define SW_SERVICE_TYPE_GRAPHIC 2 @@ -365,8 +362,6 @@ public: SwXTextFrames(SwDoc* pDoc); -// SMART_UNO_DECLARATION( SwXTextFrames, UsrObject ); - //XServiceInfo virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); @@ -381,9 +376,6 @@ protected: public: SwXTextGraphicObjects(SwDoc* pDoc); - -// SMART_UNO_DECLARATION( SwXTextGraphicObjects, UsrObject ); - //XServiceInfo virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); @@ -399,8 +391,6 @@ public: SwXTextEmbeddedObjects(SwDoc* pDoc); -// SMART_UNO_DECLARATION( SwXTextEmbeddedObjects, UsrObject ); - //XServiceInfo virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); |