summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-15 19:35:25 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-15 21:19:09 -0400
commit1fda1581d8ff8e85a4fa0e73e5147fd6798895e9 (patch)
tree83b76e5ff67b37186a43a1ff12789448c4cc5b33 /svx/inc
parentd3f62f190e454946ec6be518f6a440bb39b8f584 (diff)
suppress auto_ptr warnings
Change-Id: I2486a2d0647e425e7607b0a7a56ea3bf130ed0e2
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/AccessibleTextHelper.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/inc/svx/AccessibleTextHelper.hxx b/svx/inc/svx/AccessibleTextHelper.hxx
index 9d4689687295..c930af0cb2e4 100644
--- a/svx/inc/svx/AccessibleTextHelper.hxx
+++ b/svx/inc/svx/AccessibleTextHelper.hxx
@@ -124,7 +124,9 @@ namespace accessibility
model) contained in the given SvxEditSource.
*/
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
explicit AccessibleTextHelper( ::std::auto_ptr< SvxEditSource > pEditSource );
+ SAL_WNODEPRECATED_DECLARATIONS_POP
virtual ~AccessibleTextHelper();
protected:
@@ -185,7 +187,9 @@ namespace accessibility
The new edit source to set. Object ownership is transferred
from the caller to the callee.
*/
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
virtual void SetEditSource( ::std::auto_ptr< SvxEditSource > pEditSource ) SAL_THROW((::com::sun::star::uno::RuntimeException));
+ SAL_WNODEPRECATED_DECLARATIONS_POP
/** Set the event source