summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocument.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-30 13:13:02 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-30 13:13:02 +0200
commita9ba87e962bcc2c2d2d8e2700a991932feee56bb (patch)
tree11a5d05433ed9c1d5da9f900934ff394dc59016b /sw/source/ui/vba/vbadocument.hxx
parent05e9d61e84df69ab62bad8e88bb7fe78bc84dc9c (diff)
WaE: overloaded virtual
Diffstat (limited to 'sw/source/ui/vba/vbadocument.hxx')
-rw-r--r--sw/source/ui/vba/vbadocument.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx
index 12907e02be83..f5fbbcb6cf39 100644
--- a/sw/source/ui/vba/vbadocument.hxx
+++ b/sw/source/ui/vba/vbadocument.hxx
@@ -78,6 +78,7 @@ public:
virtual void SAL_CALL setHyphenationZone( ::sal_Int32 _hyphenationzone ) throw (css::uno::RuntimeException);
virtual ::sal_Int32 SAL_CALL getConsecutiveHyphensLimit() throw (css::uno::RuntimeException);
virtual void SAL_CALL setConsecutiveHyphensLimit( ::sal_Int32 _consecutivehyphenslimit ) throw (css::uno::RuntimeException);
+ using VbaDocumentBase::Protect;
virtual void SAL_CALL Protect( ::sal_Int32 Type, const css::uno::Any& NOReset, const css::uno::Any& Password, const css::uno::Any& UseIRM, const css::uno::Any& EnforceStyleLock ) throw (css::uno::RuntimeException);
virtual void SAL_CALL PrintOut( const css::uno::Any& Background, const css::uno::Any& Append, const css::uno::Any& Range, const css::uno::Any& OutputFileName, const css::uno::Any& From, const css::uno::Any& To, const css::uno::Any& Item, const css::uno::Any& Copies, const css::uno::Any& Pages, const css::uno::Any& PageType, const css::uno::Any& PrintToFile, const css::uno::Any& Collate, const css::uno::Any& FileName, const css::uno::Any& ActivePrinterMacGX, const css::uno::Any& ManualDuplexPrint, const css::uno::Any& PrintZoomColumn, const css::uno::Any& PrintZoomRow, const css::uno::Any& PrintZoomPaperWidth, const css::uno::Any& PrintZoomPaperHeight ) throw (css::uno::RuntimeException);
virtual void SAL_CALL PrintPreview( ) throw (css::uno::RuntimeException);