summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-14 10:40:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-14 10:40:42 +0000
commit57c78b79b290347aad3dd6bf8b6b30471b7ef8e7 (patch)
tree5f8b940302561bb7ce82912b2d5dc8cfbb1d70fe /sw/source/core/unocore
parent1920528b4d2b45a069e7099d2484288dbfceb9af (diff)
INTEGRATION: CWS dvoqbfix4 (1.84.152); FILE MERGED
2005/04/27 18:10:01 dvo 1.84.152.1: #95528# remove unused Anys
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoobj.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index d579c52242e4..2ecf8fc0f54b 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.85 $
+ * $Revision: 1.86 $
*
- * last change: $Author: kz $ $Date: 2005-07-12 11:19:43 $
+ * last change: $Author: kz $ $Date: 2005-07-14 11:40:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2042,8 +2042,6 @@ void SwXTextCursor::SetPropertyValue(
throw (UnknownPropertyException, PropertyVetoException,
IllegalArgumentException, WrappedTargetException, RuntimeException)
{
- Any aAny;
-
SwDoc* pDoc = rPaM.GetDoc();
const SfxItemPropertyMap* pMap = _pMap ? _pMap : SfxItemPropertyMap::GetByName(
rPropSet.getPropertyMap(), rPropertyName);
@@ -2268,7 +2266,6 @@ void SwXTextCursor::setPropertyValue(const OUString& rPropertyName, const uno::A
lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
vos::OGuard aGuard(Application::GetSolarMutex());
- uno::Any aAny;
SwUnoCrsr* pUnoCrsr = GetCrsr();
if(pUnoCrsr)
{