summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 15:25:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 15:27:39 +0200
commite48a2339600d12d43148bbdb9a47770ae9bc94e3 (patch)
treedcaa8b52ed44f0b6c22b02c29910cea6b1ea46a3 /include/canvas
parentb05b970daaf69b5b491b847375ee07539de9481f (diff)
loplugin:unreffun: also warn about redundant redeclarations
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/verifyinput.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/canvas/verifyinput.hxx b/include/canvas/verifyinput.hxx
index 64d85670f12e..14f86769b299 100644
--- a/include/canvas/verifyinput.hxx
+++ b/include/canvas/verifyinput.hxx
@@ -162,29 +162,6 @@ namespace canvas
::com::sun::star::uno::XInterface >& xIf,
::sal_Int16 nArgPos );
- /** Verify that the given point contains valid floating point
- values.
-
- @param rPoint
- Point to check
-
- @param xIf
- The interface that should be reported as the one
- generating the exception.
-
- @param nArgPos
- Argument position on the call site (i.e. the position of
- the argument, checked here, on the UNO interface
- method. Counting starts at 0).
-
- @throws an lang::IllegalArgumentException, if anything is wrong
- */
- CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealPoint2D& rPoint,
- const char* pStr,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XInterface >& xIf,
- ::sal_Int16 nArgPos );
-
/** Verify that the given rectangle contains valid floating
point values.