[Libreoffice-commits] .: binfilter/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Apr 2 06:57:42 PDT 2011
binfilter/inc/bf_sw/unotxdoc.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 70d48468addc8bbf098be3bbb68b1cff4dcac10a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Apr 2 14:57:36 2011 +0100
WaE: -Woverloaded-virtual
diff --git a/binfilter/inc/bf_sw/unotxdoc.hxx b/binfilter/inc/bf_sw/unotxdoc.hxx
index bc26970..783e339 100644
--- a/binfilter/inc/bf_sw/unotxdoc.hxx
+++ b/binfilter/inc/bf_sw/unotxdoc.hxx
@@ -531,6 +531,9 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getRenderer( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
+ using SfxBaseModel::addEventListener;
+ using SfxBaseModel::removeEventListener;
+
//
void Invalidate();
void Reactivate(SwDocShell* pNewDocShell);
More information about the Libreoffice-commits
mailing list