summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/wrtw8esh.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 07f43f937710..5554666fec49 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -397,7 +397,6 @@ bool WW8Export::MiserableFormFieldExportHack(const SwFrmFmt& rFrmFmt)
return bHack;
}
-
void WW8Export::DoComboBox(uno::Reference<beans::XPropertySet> xPropSet)
{
OUString sSelected;
@@ -420,7 +419,6 @@ void WW8Export::DoComboBox(uno::Reference<beans::XPropertySet> xPropSet)
sName = *pStr;
}
-
OUString sHelp;
{
// property "Help" does not exist and due to the no-existence an exception is thrown.
@@ -998,7 +996,6 @@ const std::vector<sal_uInt32>* WW8_WrPlcTxtBoxes::GetShapeIdArr() const
return &aShapeIds;
}
-
sal_uInt32 WW8Export::GetSdrOrdNum( const SwFrmFmt& rFmt ) const
{
sal_uInt32 nOrdNum;
@@ -1440,7 +1437,6 @@ void WinwordAnchoring::WriteData( EscherEx& rEx ) const
}
}
-
void WW8Export::CreateEscher()
{
SfxItemState eBackSet = pDoc->GetPageDesc(0).GetMaster().
@@ -1483,7 +1479,6 @@ void SwEscherEx::WritePictures()
Flush();
}
-
// Output- Routines for Escher Export
SwEscherExGlobal::SwEscherExGlobal()
@@ -1707,7 +1702,6 @@ void SwBasicEscherEx::WriteGrfAttr(const SwNoTxtNode& rNd,
nBrightness = ((SfxInt16Item*)pItem)->GetValue();
}
-
if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_DRAWMODE,
true, &pItem))
{
@@ -1806,7 +1800,6 @@ sal_Int32 SwBasicEscherEx::WriteOLEFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nSh
awt::Rectangle aRect;
bool bRectIsSet = false;
-
// TODO/LATER: should the icon size be stored in case of iconified object?
if ( xObj.is() && nAspect != embed::Aspects::MSOLE_ICON )
{
@@ -3196,7 +3189,6 @@ bool SwMSConvertControls::ExportControl(WW8Export &rWW8Wrt, const SdrObject *pOb
if (!xOleStg.Is())
return false;
-
OUString sUName;
if (!WriteOCXStream( mxModel, xOleStg,xControlModel,aSize,sUName))
return false;