diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 18:44:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 18:48:14 +0200 |
commit | 1eb35713bc985dea2e8db7a082f03b34fd4b45d2 (patch) | |
tree | eab4cb6ddab0382ebdefa069ae18b769a97e1037 /ucb | |
parent | 3dc108c8e3df0ec26ef33e83c481eff6d629e5b7 (diff) |
Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP
...from times when code used std::auto_ptr.
Change-Id: Ia4eca8b0b95a8846886884404009e895daba8a22
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 84a2e6cca713..936de4c3e8fe 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -3121,7 +3121,6 @@ void Content::cancelCommandExecution( } -SAL_WNODEPRECATED_DECLARATIONS_PUSH const OUString Content::getBaseURI( const std::unique_ptr< DAVResourceAccess > & rResAccess ) { @@ -3235,7 +3234,6 @@ Content::ResourceType Content::getResourceType( } return m_eResourceType; } -SAL_WNODEPRECATED_DECLARATIONS_POP Content::ResourceType Content::getResourceType( |