summaryrefslogtreecommitdiff
path: root/vbahelper/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-04-08 13:12:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-04-08 13:13:31 +0200
commit1ea28ebcf0a7719fd2ba18054c5dfbb1da229348 (patch)
treefb565f1423387535374a38a7bf7b55130dca56d5 /vbahelper/inc
parent5f80687188db3a29fb0c3a5fe587aeeb3e13dccd (diff)
Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper
Diffstat (limited to 'vbahelper/inc')
-rw-r--r--vbahelper/inc/vbahelper/vbahelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vbahelper/inc/vbahelper/vbahelper.hxx b/vbahelper/inc/vbahelper/vbahelper.hxx
index 9a3da3c5f836..e9a316ba1e8c 100644
--- a/vbahelper/inc/vbahelper/vbahelper.hxx
+++ b/vbahelper/inc/vbahelper/vbahelper.hxx
@@ -99,10 +99,6 @@ namespace ooo
VBAHELPER_DLLPUBLIC void PrintOutHelper( SfxViewShell* pViewShell, const css::uno::Any& From, const css::uno::Any& To, const css::uno::Any& Copies, const css::uno::Any& Preview, const css::uno::Any& ActivePrinter, const css::uno::Any& PrintToFile, const css::uno::Any& Collate, const css::uno::Any& PrToFileName, sal_Bool bSelection );
VBAHELPER_DLLPUBLIC void PrintPreviewHelper( const css::uno::Any& EnableChanges, SfxViewShell* );
- /** Extracts a 32-bit integer value from the passed Any, which may contain an integer or floating-point value.
- Throws, if the Any is empty or contains an incompatible type. */
- VBAHELPER_DLLPUBLIC sal_Int32 extractIntFromAny( const css::uno::Any& rAny ) throw (css::uno::RuntimeException);
-
/** Extracts a boolean value from the passed Any, which may contain a Boolean or an integer or floating-point value.
Throws, if the Any is empty or contains an incompatible type. */
VBAHELPER_DLLPUBLIC bool extractBoolFromAny( const css::uno::Any& rAny ) throw (css::uno::RuntimeException);