summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltexte.cxx')
-rw-r--r--sw/source/filter/xml/xmltexte.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx
index a46db95870ca..168f9a8b3406 100644
--- a/sw/source/filter/xml/xmltexte.cxx
+++ b/sw/source/filter/xml/xmltexte.cxx
@@ -159,16 +159,8 @@ static void lcl_addFrameProperties(
if ( !xSet.is() )
return;
- OUString aURL;
- Any aAny = xSet->getPropertyValue("FrameURL");
- aAny >>= aURL;
-
- OUString aName;
- aAny = xSet->getPropertyValue("FrameName");
- aAny >>= aName;
-
bool bIsAutoScroll = false, bIsScrollingMode = false;
- aAny = xSet->getPropertyValue("FrameIsAutoScroll");
+ Any aAny = xSet->getPropertyValue("FrameIsAutoScroll");
aAny >>= bIsAutoScroll;
if ( !bIsAutoScroll )
{