[Libreoffice-commits] .: binfilter/bf_forms binfilter/bf_sc binfilter/bf_sch binfilter/bf_sfx2 binfilter/bf_sw binfilter/bf_xmloff hwpfilter/source writerfilter/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Mon Feb 7 14:30:29 PST 2011
binfilter/bf_forms/source/component/forms_Button.cxx | 8 -
binfilter/bf_forms/source/component/forms_CheckBox.cxx | 3
binfilter/bf_forms/source/component/forms_Currency.cxx | 6 -
binfilter/bf_forms/source/component/forms_EditBase.cxx | 2
binfilter/bf_forms/source/component/forms_File.cxx | 8 -
binfilter/bf_forms/source/component/forms_FixedText.cxx | 4
binfilter/bf_forms/source/component/forms_Grid.cxx | 6 -
binfilter/bf_forms/source/component/forms_GroupBox.cxx | 1
binfilter/bf_forms/source/component/forms_Hidden.cxx | 5 -
binfilter/bf_forms/source/component/forms_Image.cxx | 1
binfilter/bf_forms/source/component/forms_ImageButton.cxx | 10 --
binfilter/bf_forms/source/component/forms_Numeric.cxx | 9 --
binfilter/bf_forms/source/component/forms_Pattern.cxx | 8 -
binfilter/bf_forms/source/component/forms_RadioButton.cxx | 6 -
binfilter/bf_sc/source/filter/xml/sc_xmlstyli.cxx | 4
binfilter/bf_sch/source/ui/unoidl/sch_ChXChartDataChangeEventListener.cxx | 3
binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx | 2
binfilter/bf_sfx2/source/control/sfx2_srchitem.cxx | 4
binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx | 16 ---
binfilter/bf_sw/source/core/doc/sw_docedt.cxx | 41 ----------
binfilter/bf_sw/source/core/swg/sw_rdmisc.cxx | 11 --
binfilter/bf_sw/source/core/unocore/sw_unoparagraph.cxx | 1
binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx | 25 ------
binfilter/bf_xmloff/source/style/xmloff_styleexp.cxx | 1
binfilter/bf_xmloff/source/text/xmloff_XMLIndexSimpleEntryContext.cxx | 10 --
binfilter/bf_xmloff/source/text/xmloff_XMLIndexTemplateContext.cxx | 18 ----
binfilter/bf_xmloff/source/text/xmloff_XMLTextHeaderFooterContext.cxx | 4
binfilter/bf_xmloff/source/text/xmloff_XMLTextMasterPageContext.cxx | 1
binfilter/bf_xmloff/source/text/xmloff_txtprhdl.cxx | 3
binfilter/bf_xmloff/source/text/xmloff_txtstyli.cxx | 2
hwpfilter/source/attributes.cxx | 2
writerfilter/source/dmapper/BorderHandler.cxx | 13 ---
writerfilter/source/dmapper/CellColorHandler.cxx | 21 -----
writerfilter/source/dmapper/CellMarginHandler.cxx | 9 --
writerfilter/source/dmapper/SectionColumnHandler.cxx | 9 --
35 files changed, 7 insertions(+), 270 deletions(-)
New commits:
commit e9a3b0d22853f68d2cc310856a77f6b340e7ed53
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Feb 7 23:30:22 2011 +0100
Remove dead code
diff --git a/binfilter/bf_forms/source/component/forms_Button.cxx b/binfilter/bf_forms/source/component/forms_Button.cxx
index 326dda0..c6701f2 100644
--- a/binfilter/bf_forms/source/component/forms_Button.cxx
+++ b/binfilter/bf_forms/source/component/forms_Button.cxx
@@ -27,20 +27,15 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "Button.hxx"
-
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/streamsection.hxx>
-
#include "services.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include "bf_so3/staticbaseurl.hxx"
+
namespace binfilter {
//.........................................................................
@@ -50,7 +45,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_CheckBox.cxx b/binfilter/bf_forms/source/component/forms_CheckBox.cxx
index 8faadcc..9e6ca0a 100644
--- a/binfilter/bf_forms/source/component/forms_CheckBox.cxx
+++ b/binfilter/bf_forms/source/component/forms_CheckBox.cxx
@@ -33,9 +33,7 @@
#include "services.hxx"
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include <comphelper/property.hxx>
namespace binfilter {
@@ -46,7 +44,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_Currency.cxx b/binfilter/bf_forms/source/component/forms_Currency.cxx
index b248c7d..7320b1f 100644
--- a/binfilter/bf_forms/source/component/forms_Currency.cxx
+++ b/binfilter/bf_forms/source/component/forms_Currency.cxx
@@ -27,15 +27,10 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "Currency.hxx"
-
#include <bf_svtools/syslocale.hxx>
-
#include "services.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
namespace binfilter {
@@ -47,7 +42,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_EditBase.cxx b/binfilter/bf_forms/source/component/forms_EditBase.cxx
index 4aeb213..eaea75b 100644
--- a/binfilter/bf_forms/source/component/forms_EditBase.cxx
+++ b/binfilter/bf_forms/source/component/forms_EditBase.cxx
@@ -31,7 +31,6 @@
#include "frm_resource.hrc"
#include <com/sun/star/io/XMarkableStream.hpp>
-
#include <comphelper/property.hxx>
namespace binfilter {
@@ -42,7 +41,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_File.cxx b/binfilter/bf_forms/source/component/forms_File.cxx
index ef486e1..31240e8 100644
--- a/binfilter/bf_forms/source/component/forms_File.cxx
+++ b/binfilter/bf_forms/source/component/forms_File.cxx
@@ -26,20 +26,13 @@
*
************************************************************************/
-
#include <comphelper/proparrhlp.hxx>
-
#include "File.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include "property.hrc"
#include "services.hxx"
-
#include <comphelper/container.hxx>
-
#include <comphelper/property.hxx>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
namespace binfilter {
@@ -51,7 +44,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_FixedText.cxx b/binfilter/bf_forms/source/component/forms_FixedText.cxx
index 350d21f..5fef0bf 100644
--- a/binfilter/bf_forms/source/component/forms_FixedText.cxx
+++ b/binfilter/bf_forms/source/component/forms_FixedText.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include <comphelper/proparrhlp.hxx>
#include "FixedText.hxx"
@@ -34,9 +33,7 @@
#include "property.hrc"
#include <comphelper/property.hxx>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include <com/sun/star/form/FormComponentType.hpp>
namespace binfilter {
@@ -47,7 +44,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_Grid.cxx b/binfilter/bf_forms/source/component/forms_Grid.cxx
index 2f81110..de20f12 100644
--- a/binfilter/bf_forms/source/component/forms_Grid.cxx
+++ b/binfilter/bf_forms/source/component/forms_Grid.cxx
@@ -38,15 +38,10 @@
#include "property.hrc"
#include <comphelper/container.hxx>
-
#include <vcl/svapp.hxx>
-
#include <toolkit/helper/vclunohelper.hxx>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include <comphelper/property.hxx>
-
#include <com/sun/star/io/XMarkableStream.hpp>
namespace binfilter {
@@ -93,7 +88,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_GroupBox.cxx b/binfilter/bf_forms/source/component/forms_GroupBox.cxx
index 45e47f2..c9d93a6 100644
--- a/binfilter/bf_forms/source/component/forms_GroupBox.cxx
+++ b/binfilter/bf_forms/source/component/forms_GroupBox.cxx
@@ -46,7 +46,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_Hidden.cxx b/binfilter/bf_forms/source/component/forms_Hidden.cxx
index adbc212..80a9862 100644
--- a/binfilter/bf_forms/source/component/forms_Hidden.cxx
+++ b/binfilter/bf_forms/source/component/forms_Hidden.cxx
@@ -27,15 +27,11 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "Hidden.hxx"
#include "property.hrc"
#include "services.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include <comphelper/property.hxx>
namespace binfilter {
@@ -46,7 +42,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_Image.cxx b/binfilter/bf_forms/source/component/forms_Image.cxx
index 97aa75d..d9307c0 100644
--- a/binfilter/bf_forms/source/component/forms_Image.cxx
+++ b/binfilter/bf_forms/source/component/forms_Image.cxx
@@ -58,7 +58,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_ImageButton.cxx b/binfilter/bf_forms/source/component/forms_ImageButton.cxx
index b0fb480..a13971f 100644
--- a/binfilter/bf_forms/source/component/forms_ImageButton.cxx
+++ b/binfilter/bf_forms/source/component/forms_ImageButton.cxx
@@ -27,21 +27,14 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "ImageButton.hxx"
-
#include <tools/urlobj.hxx>
-
#include <com/sun/star/awt/MouseButton.hpp>
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
-
#include "services.hxx"
-
#include "bf_so3/staticbaseurl.hxx"
+
namespace binfilter {
//.........................................................................
@@ -51,7 +44,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_forms/source/component/forms_Numeric.cxx b/binfilter/bf_forms/source/component/forms_Numeric.cxx
index 0cee3d7..de99b52 100644
--- a/binfilter/bf_forms/source/component/forms_Numeric.cxx
+++ b/binfilter/bf_forms/source/component/forms_Numeric.cxx
@@ -27,14 +27,9 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "Numeric.hxx"
-
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include "services.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
namespace binfilter {
@@ -46,7 +41,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
@@ -163,9 +157,6 @@ void ONumericModel::fillProperties(
Sequence< Property >& _rAggregateProps ) const
{
FRM_BEGIN_PROP_HELPER(9)
- // Value auf transient setzen
-// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_VALUE, PropertyAttribute::TRANSIENT, 0);
-
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
DECL_PROP3(DEFAULT_VALUE, double, BOUND, MAYBEDEFAULT, MAYBEVOID);
DECL_PROP1(NAME, ::rtl::OUString, BOUND);
diff --git a/binfilter/bf_forms/source/component/forms_Pattern.cxx b/binfilter/bf_forms/source/component/forms_Pattern.cxx
index 2cf8ede..a64e8fd 100644
--- a/binfilter/bf_forms/source/component/forms_Pattern.cxx
+++ b/binfilter/bf_forms/source/component/forms_Pattern.cxx
@@ -27,14 +27,9 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "Pattern.hxx"
-
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include "services.hxx"
-
#include <com/sun/star/form/FormComponentType.hpp>
namespace binfilter {
@@ -46,7 +41,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
@@ -163,8 +157,6 @@ void OPatternModel::fillProperties(
Sequence< Property >& _rAggregateProps ) const
{
FRM_BEGIN_PROP_HELPER(11)
- // Text auf transient setzen
-// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_TEXT, PropertyAttribute::TRANSIENT, 0);
DECL_PROP1(NAME, ::rtl::OUString, BOUND);
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
DECL_PROP2(DEFAULT_TEXT, ::rtl::OUString, BOUND, MAYBEDEFAULT);
diff --git a/binfilter/bf_forms/source/component/forms_RadioButton.cxx b/binfilter/bf_forms/source/component/forms_RadioButton.cxx
index 9c4299b..ac72e36 100644
--- a/binfilter/bf_forms/source/component/forms_RadioButton.cxx
+++ b/binfilter/bf_forms/source/component/forms_RadioButton.cxx
@@ -27,17 +27,12 @@
************************************************************************/
#include <comphelper/proparrhlp.hxx>
-
#include "RadioButton.hxx"
#include "property.hrc"
#include "services.hxx"
-
#include <com/sun/star/container/XIndexAccess.hpp>
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
-
#include <com/sun/star/form/FormComponentType.hpp>
-
#include <comphelper/property.hxx>
namespace binfilter {
@@ -48,7 +43,6 @@ namespace frm
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
-//using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
diff --git a/binfilter/bf_sc/source/filter/xml/sc_xmlstyli.cxx b/binfilter/bf_sc/source/filter/xml/sc_xmlstyli.cxx
index 29676c4..b551d08 100644
--- a/binfilter/bf_sc/source/filter/xml/sc_xmlstyli.cxx
+++ b/binfilter/bf_sc/source/filter/xml/sc_xmlstyli.cxx
@@ -46,7 +46,6 @@
#include "unonames.hxx"
namespace binfilter {
-//#define SC_NUMBERFORMAT "NumberFormat"
#define SC_CONDITIONALFORMAT "ConditionalFormat"
#define XML_LINE_LEFT 0
@@ -64,7 +63,6 @@ using namespace ::com::sun::star::container;
using namespace xmloff::token;
using rtl::OUString;
-//using namespace ::com::sun::star::text;
ScXMLCellImportPropertyMapper::ScXMLCellImportPropertyMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
@@ -553,7 +551,6 @@ void XMLTableStyleContext::FillPropertySet(
uno::Any aNumberFormat;
nNumberFormat = pStyle->GetKey();
aNumberFormat <<= nNumberFormat;
- //rPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_NUMBERFORMAT)), aNumberFormat);
AddProperty(CTF_SC_NUMBERFORMAT, aNumberFormat);
}
}
@@ -563,7 +560,6 @@ void XMLTableStyleContext::FillPropertySet(
std::vector<ScXMLMapContent>::iterator aItr = aMaps.begin();
while(aItr != aMaps.end())
{
- //rPropSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_CONDITIONALFORMAT)),
GetConditionalFormat(aConditionalFormat, aItr->sCondition, aItr->sApplyStyle, aItr->sBaseCell);
++aItr;
diff --git a/binfilter/bf_sch/source/ui/unoidl/sch_ChXChartDataChangeEventListener.cxx b/binfilter/bf_sch/source/ui/unoidl/sch_ChXChartDataChangeEventListener.cxx
index 122f264..5c564cf 100644
--- a/binfilter/bf_sch/source/ui/unoidl/sch_ChXChartDataChangeEventListener.cxx
+++ b/binfilter/bf_sch/source/ui/unoidl/sch_ChXChartDataChangeEventListener.cxx
@@ -26,9 +26,7 @@
*
************************************************************************/
-// header for class Application
#include <vcl/svapp.hxx>
-// header for class OGuard
#include <osl/mutex.hxx>
#include "ChXChartDataChangeEventListener.hxx"
@@ -39,7 +37,6 @@ namespace binfilter {
#define SCH_ASCII_TO_OU( s ) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( s ) )
#endif
-// using namespace osl;
using namespace rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx b/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
index 70af195..656992b 100644
--- a/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
+++ b/binfilter/bf_sfx2/source/appl/sfx2_appopen.cxx
@@ -102,13 +102,11 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::system;
using namespace ::com::sun::star::task;
using namespace ::cppu;
-//using namespace sfx2;
//--------------------------------------------------------------------
/*N*/ sal_uInt32 CheckPasswd_Impl
/*N*/ (
-/*N*/ //Window *pWin, // Parent des Dialogs
/*N*/ SfxObjectShell* /*pDoc*/,
/*N*/ SfxItemPool & /*rPool*/, // Pool, falls ein Set erzeugt werden mus
/*N*/ SfxMedium *pFile // das Medium, dessen Passwort gfs. erfragt werden soll
diff --git a/binfilter/bf_sfx2/source/control/sfx2_srchitem.cxx b/binfilter/bf_sfx2/source/control/sfx2_srchitem.cxx
index 0608c58..90bc41f 100644
--- a/binfilter/bf_sfx2/source/control/sfx2_srchitem.cxx
+++ b/binfilter/bf_sfx2/source/control/sfx2_srchitem.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// include ---------------------------------------------------------------
-
#include "bf_basic/sbxvar.hxx"
#include <bf_svtools/searchopt.hxx>
#include <sal/macros.h>
@@ -46,7 +44,6 @@
namespace binfilter {
-//using namespace uno;
using namespace rtl;
using namespace utl;
using namespace ::com::sun::star::util;
@@ -220,7 +217,6 @@ using namespace ::com::sun::star::uno;
/*N*/ rItem1.searchFlag == rItem2.searchFlag &&
/*N*/ rItem1.searchString == rItem2.searchString &&
/*N*/ rItem1.replaceString == rItem2.replaceString &&
-/*N*/ //rItem1.Locale == rItem2.Locale &&
/*N*/ rItem1.changedChars == rItem2.changedChars &&
/*N*/ rItem1.deletedChars == rItem2.deletedChars &&
/*N*/ rItem1.insertedChars == rItem2.insertedChars &&
diff --git a/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx b/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
index 1e656f3..5dc38a7 100644
--- a/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
+++ b/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
@@ -33,44 +33,33 @@
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XFrame.hpp>
-
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/document/FilterOptionsRequest.hpp>
#include <com/sun/star/document/XInteractionFilterOptions.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
-
#include <com/sun/star/lang/XInitialization.hpp>
-
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
#include <com/sun/star/beans/XPropertyAccess.hpp>
-
#include <com/sun/star/beans/PropertyValue.hpp>
-
#include <com/sun/star/container/XNameAccess.hpp>
-
#include <comphelper/processfactory.hxx>
#ifdef _MSC_VER
#pragma hdrstop
#endif
-#include <bf_svtools/itemset.hxx>
+#include <bf_svtools/itemset.hxx>
#include <bf_svtools/sfxecode.hxx>
-
#include <cppuhelper/weak.hxx>
#include <comphelper/processfactory.hxx>
-
#include <comphelper/classids.hxx>
#include <tools/cachestr.hxx>
#include <bf_svtools/addxmltostorageoptions.hxx>
#include <unotools/streamwrap.hxx>
-
#include <bf_svtools/saveopt.hxx>
#include <bf_svtools/useroptions.hxx>
#include <bf_svtools/pathoptions.hxx>
@@ -118,7 +107,6 @@ extern sal_uInt32 CheckPasswd_Impl( SfxObjectShell*, SfxItemPool&, SfxMedium* );
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
-//using namespace ::com::sun::star::ui::dialogs;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::ucb;
@@ -270,7 +258,6 @@ void SfxObjectShell::DoHandsOffNoMediumClose()
/*N*/ {
/*N*/ DoHandsOffNoMediumClose();
/*N*/ pMedium->Close();
-/*N*/ // DELETEZ( pMedium );
/*N*/ }
//-------------------------------------------------------------------------
@@ -1024,7 +1011,6 @@ void SfxObjectShell::DoHandsOffNoMediumClose()
/*N*/ {
/*N*/ delete pMedium;
/*N*/ pMedium = pNewMed;
-/*N*/ //MI? DELETEZ(pImp->pDocInfo);
/*N*/ }
/*N*/
/*N*/ const SfxFilter *pFilter = pMedium ? pMedium->GetFilter() : 0;
diff --git a/binfilter/bf_sw/source/core/doc/sw_docedt.cxx b/binfilter/bf_sw/source/core/doc/sw_docedt.cxx
index d030cd6..4d31c85 100644
--- a/binfilter/bf_sw/source/core/doc/sw_docedt.cxx
+++ b/binfilter/bf_sw/source/core/doc/sw_docedt.cxx
@@ -26,13 +26,11 @@
*
************************************************************************/
-
#ifdef _MSC_VER
#pragma hdrstop
#endif
#include <string.h> // fuer strchr()
-
#include <hintids.hxx>
#include <com/sun/star/i18n/WordType.hdl>
@@ -59,23 +57,11 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::linguistic2;
using namespace ::rtl;
using namespace ::com::sun::star::i18n;
-//using namespace ::utl;
#define S2U(rString) OUString::createFromAscii(rString)
-
-
SV_IMPL_PTRARR( SaveBookmarks, SaveBookmark* )
-
-
-// -----------------------------------------------------------------
-
-
-
-
-// -----------------------------------------------------------------
-
// loesche und verschiebe alle "Fly's am Absatz", die in der SSelection
// liegen. Steht am SPoint ein Fly, wird dieser auf den Mark verschoben.
@@ -125,7 +111,6 @@ SV_IMPL_PTRARR( SaveBookmarks, SaveBookmark* )
/*N*/ }
/*N*/
/*N*/ pDoc->DelLayoutFmt( pFmt );
-/*N*/ // i++; // keinen auslassen
/*N*/ }
/*N*/ }
/*N*/ }
@@ -201,8 +186,6 @@ SV_IMPL_PTRARR( SaveBookmarks, SaveBookmark* )
/*N*/ GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() + 1 );
/*N*/ }
-
-
/*************************************************************************
|* SwDoc::Insert(char)
|* Beschreibung Zeichen einfuegen
@@ -240,12 +223,6 @@ SV_IMPL_PTRARR( SaveBookmarks, SaveBookmark* )
|* Beschreibung Zeichen ueberschreiben
*************************************************************************/
-
-
-
-
-
-
/* #107318# Convert list of ranges of whichIds to a corresponding list
of whichIds*/
@@ -513,17 +490,7 @@ SV_IMPL_PTRARR( SaveBookmarks, SaveBookmark* )
/*?*/ return sal_True;
/*N*/ }
-
-
-
-
-
-
// liefert sal_True zurueck, wenn es weitergehen soll.
-
-
-
-
/*N*/ sal_Bool SwDoc::Replace( SwPaM& /*rPam*/, const String& /*rStr*/, sal_Bool /*bRegExpRplc*/ )
/*N*/ {
DBG_BF_ASSERT(0, "STRIP");
@@ -557,11 +524,6 @@ DBG_BF_ASSERT(0, "STRIP");
/*N*/ if( pTblNd && pNd->IsCntntNode() )
/*N*/ {
/*?*/ SwFrmFmt* pTableFmt = pTblNd->GetTable().GetFrmFmt();
-/*?*/ //JP 24.08.98: will man wirklich den PageDesc/Break vom
-/*?*/ // nachfolgen Absatz ueberbuegeln?
-/*?*/ // const SwAttrSet& rAttrSet = pTableFmt->GetAttrSet();
-/*?*/ // if( SFX_ITEM_SET != rAttrSet.GetItemState( RES_PAGEDESC ) &&
-/*?*/ // SFX_ITEM_SET != rAttrSet.GetItemState( RES_BREAK ))
/*?*/ {
/*?*/ const SfxPoolItem *pItem;
/*?*/ const SfxItemSet* pSet = ((SwCntntNode*)pNd)->GetpSwAttrSet();
@@ -629,10 +591,7 @@ DBG_BF_ASSERT(0, "STRIP");
/*N*/ return sal_True;
/*N*/ }
-
#define MAX_REDLINE_COUNT 250
-// -----------------------------------------------------------------------------
-// -----------------------------------------------------------------------------
}
diff --git a/binfilter/bf_sw/source/core/swg/sw_rdmisc.cxx b/binfilter/bf_sw/source/core/swg/sw_rdmisc.cxx
index 1b4fc13..49371c5 100644
--- a/binfilter/bf_sw/source/core/swg/sw_rdmisc.cxx
+++ b/binfilter/bf_sw/source/core/swg/sw_rdmisc.cxx
@@ -26,12 +26,10 @@
*
************************************************************************/
-
#ifdef _MSC_VER
#pragma hdrstop
#endif
-
#include <tools/color.hxx>
#include <vcl/jobset.hxx>
#include <bf_sfx2/docinf.hxx>
@@ -54,8 +52,6 @@
#include <ndtxt.hxx> // Zeichen-Konversion
namespace binfilter {
-//using namespace ::com::sun::star;
-
//////////////////////////////////////////////////////////////////////////////
// Achtung: Jede Routine nimmt an, dass der Record-Header bereits eingelesen
@@ -171,8 +167,6 @@ namespace binfilter {
r.Strm() >> bDfltPrn >> aJobSetup;
pDoc->SetJobsetup( aJobSetup );
- //JP 25.04.95: das Flag gibts nicht mehr:
- // pDoc->UseDfltPrt( (BOOL)bDfltPrn );
r.skipnext();
}
}
@@ -219,7 +213,6 @@ namespace binfilter {
case SWGINF_END:
return;
case SWGINF_LAYOUTPR: {
- //JP 25.04.95: SetLayoutPrtName gibts nicht mehr
ParseText();
} break;
default:
@@ -256,9 +249,6 @@ namespace binfilter {
BYTE cStyle, cTransparent;
r >> cStyle >> cTransparent;
- // Brush aBr( (BrushStyle) cStyle );
- // aBr.SetTransparent( BOOL( cTransparent ) );
- // aBr.SetColor( InColor() );
Color aCol(InColor());
Color aTmpFillColor(InColor());
@@ -482,7 +472,6 @@ namespace binfilter {
>> aFile.nDocInfo;
r.get( aFile.cPasswd, 16 );
r.long3();
- // rInfo.SetPasswd( BOOL( ( aFile.nFlags & SWGF_HAS_PASSWD ) != 0 ) );
rInfo.SetPortableGraphics( BOOL( ( aFile.nFlags & SWGF_PORT_GRAF ) != 0 ) );
// Passwort in Stream eintragen
diff --git a/binfilter/bf_sw/source/core/unocore/sw_unoparagraph.cxx b/binfilter/bf_sw/source/core/unocore/sw_unoparagraph.cxx
index c6ff735..e446282 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unoparagraph.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unoparagraph.cxx
@@ -64,7 +64,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::beans;
-//using namespace ::com::sun::star::drawing;
using rtl::OUString;
diff --git a/binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx b/binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx
index f9d0c61..f87a851 100644
--- a/binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx
+++ b/binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx
@@ -3009,13 +3009,6 @@ static const struct Sw6FontMatch
};
-
-//using namespace ::com::sun::star;
-//using namespace ::com::sun::star::ucb;
-//using namespace ::com::sun::star::uno;
-//using namespace ::ucb;
-//using namespace ::rtl;
-
// --- Sw6Layout ---
short Sw6Layout::ZchnZahl(sal_Char Ch1,sal_Char Ch2) const
@@ -4499,20 +4492,8 @@ JP 29.09.94: zur Zeit keine Zeichen-Vorlage an der Format-Vorlage
if (pAly->LinRTyp>1)
{
ColorData eColor=COL_BLACK;
-// BrushStyle eBrush=BRUSH_SOLID;
- switch (pAly->LinRTyp)
- {
- case 2:eColor=COL_WHITE; break;
-// case 3:eBrush=BRUSH_UPDIAG; break;
-// case 4:eBrush=BRUSH_DOWNDIAG; break;
-// case 5:eBrush=BRUSH_CROSS; break;
-// case 6:eBrush=BRUSH_DIAGCROSS; break;
-// case 7:eBrush=BRUSH_25; break;
-// case 8:eBrush=BRUSH_50; break;
-// case 9:eBrush=BRUSH_75; break;
- } // switch
-// Brush aBrush=Brush(Color(eColor),eBrush);
-// aBrush.SetTransparent(FALSE);
+ if (pAly->LinRTyp == 2)
+ eColor=COL_WHITE;
Color aTmpColor(eColor);
SvxBrushItem aBack( aTmpColor, RES_BACKGROUND);
aSet.Put( aBack );
@@ -4631,8 +4612,6 @@ JP 29.09.94: zur Zeit keine Zeichen-Vorlage an der Format-Vorlage
{ // Fussnoteninfo setzen
SwPageFtnInfo aInfo(rPg.GetFtnInfo());
-// Pen aPen(aInfo.GetPen());
-// aPen.SetStyle(pLay->FNotenLin?PEN_SOLID:PEN_NULL);
if(!pLay->FNotenLin)
aInfo.SetLineColor(Color(COL_TRANSPARENT));
diff --git a/binfilter/bf_xmloff/source/style/xmloff_styleexp.cxx b/binfilter/bf_xmloff/source/style/xmloff_styleexp.cxx
index 91a371b..aa525a4 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_styleexp.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_styleexp.cxx
@@ -51,7 +51,6 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::beans;
using rtl::OUString;
-//using namespace ::com::sun::star::text;
using namespace ::binfilter::xmloff::token;
using ::com::sun::star::document::XEventsSupplier;
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSimpleEntryContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSimpleEntryContext.cxx
index dd46448..c6acf12 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSimpleEntryContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSimpleEntryContext.cxx
@@ -26,25 +26,15 @@
*
************************************************************************/
-
#include "XMLIndexSimpleEntryContext.hxx"
-
#include "XMLIndexTemplateContext.hxx"
-
#include "xmlimp.hxx"
-
-
#include "nmspmap.hxx"
-
#include "xmlnmspe.hxx"
-
namespace binfilter {
-
-//using namespace ::com::sun::star::text;
-
using ::rtl::OUString;
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::beans::PropertyValues;
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTemplateContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTemplateContext.cxx
index 3f66d1e..563d738 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTemplateContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTemplateContext.cxx
@@ -26,39 +26,23 @@
*
************************************************************************/
-
#include "XMLIndexTemplateContext.hxx"
-
-
#include "XMLIndexSpanEntryContext.hxx"
-
#include "XMLIndexTabStopEntryContext.hxx"
-
#include "XMLIndexBibliographyEntryContext.hxx"
-
#include "XMLIndexChapterInfoEntryContext.hxx"
-
#include "xmlimp.hxx"
-
-
#include "nmspmap.hxx"
-
#include "xmlnmspe.hxx"
-
-
#include "xmluconv.hxx"
-
#include <tools/debug.hxx>
-
-
#include <com/sun/star/container/XIndexReplace.hpp>
-namespace binfilter {
+namespace binfilter {
using namespace ::std;
-//using namespace ::com::sun::star::text;
using namespace ::binfilter::xmloff::token;
using ::rtl::OUString;
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLTextHeaderFooterContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLTextHeaderFooterContext.cxx
index 4065f51..9847ac7 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLTextHeaderFooterContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLTextHeaderFooterContext.cxx
@@ -37,12 +37,8 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
using rtl::OUString;
-//using namespace ::com::sun::star::style;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::beans;
-//using namespace ::com::sun::star::container;
-//using namespace ::com::sun::star::lang;
-//using namespace ::com::sun::star::text;
TYPEINIT1( XMLTextHeaderFooterContext, SvXMLImportContext );
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLTextMasterPageContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLTextMasterPageContext.cxx
index baa37d4..0fb14f1 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLTextMasterPageContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLTextMasterPageContext.cxx
@@ -45,7 +45,6 @@ using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
using rtl::OUString;
-//using namespace ::com::sun::star::text;
using namespace ::binfilter::xmloff::token;
Reference < XStyle > XMLTextMasterPageContext::Create()
diff --git a/binfilter/bf_xmloff/source/text/xmloff_txtprhdl.cxx b/binfilter/bf_xmloff/source/text/xmloff_txtprhdl.cxx
index 7a8be7d..8274ec2 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_txtprhdl.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_txtprhdl.cxx
@@ -51,11 +51,8 @@
namespace binfilter {
using namespace ::rtl;
-//using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::style;
-//using namespace ::com::sun::star::container;
-//using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::text;
using namespace ::binfilter::xmloff::token;
diff --git a/binfilter/bf_xmloff/source/text/xmloff_txtstyli.cxx b/binfilter/bf_xmloff/source/text/xmloff_txtstyli.cxx
index b9bc10e..900b41b 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_txtstyli.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_txtstyli.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-
#include <com/sun/star/style/ParagraphStyleCategory.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include "xmlnmspe.hxx"
@@ -59,7 +58,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using rtl::OUString;
-//using namespace ::com::sun::star::text;
using namespace ::binfilter::xmloff::token;
static SvXMLEnumMapEntry aCategoryMap[] =
diff --git a/hwpfilter/source/attributes.cxx b/hwpfilter/source/attributes.cxx
index e7c9345..1427b88 100644
--- a/hwpfilter/source/attributes.cxx
+++ b/hwpfilter/source/attributes.cxx
@@ -33,8 +33,6 @@
#include <vector>
#include "attributes.hxx"
-//using namespace ::std;
-
struct TagAttribute
{
TagAttribute(){}
diff --git a/writerfilter/source/dmapper/BorderHandler.cxx b/writerfilter/source/dmapper/BorderHandler.cxx
index 07c885c..8da9ffb 100644
--- a/writerfilter/source/dmapper/BorderHandler.cxx
+++ b/writerfilter/source/dmapper/BorderHandler.cxx
@@ -39,11 +39,8 @@ namespace writerfilter {
namespace dmapper {
using namespace ::com::sun::star;
-//using namespace ::std;
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
BorderHandler::BorderHandler( bool bOOXML ) :
m_nCurrentBorderPosition( BORDER_TOP ),
m_nLineWidth(0),
@@ -56,15 +53,11 @@ BorderHandler::BorderHandler( bool bOOXML ) :
std::fill_n(m_aFilledLines, nBorderCount, false);
std::fill_n(m_aBorderLines, nBorderCount, table::BorderLine2());
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
BorderHandler::~BorderHandler()
{
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
void BorderHandler::attribute(Id rName, Value & rVal)
{
#ifdef DEBUG_DOMAINMAPPER
@@ -115,9 +108,7 @@ void BorderHandler::attribute(Id rName, Value & rVal)
OSL_ENSURE( false, "unknown attribute");
}
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
void BorderHandler::sprm(Sprm & rSprm)
{
#ifdef DEBUG_DOMAINMAPPER
@@ -151,9 +142,7 @@ void BorderHandler::sprm(Sprm & rSprm)
#endif
}
-/*-- 24.04.2007 09:09:01---------------------------------------------------
- -----------------------------------------------------------------------*/
PropertyMapPtr BorderHandler::getProperties()
{
static const PropertyIds aPropNames[BORDER_COUNT] =
@@ -178,7 +167,7 @@ PropertyMapPtr BorderHandler::getProperties()
}
return pPropertyMap;
}
-/*-- 14.11.2007 12:42:52---------------------------------------------------
+/*-------------------------------------------------------------------------
used only in OOXML import
-----------------------------------------------------------------------*/
table::BorderLine2 BorderHandler::getBorderLine()
diff --git a/writerfilter/source/dmapper/CellColorHandler.cxx b/writerfilter/source/dmapper/CellColorHandler.cxx
index 106c33e..fb28ded 100644
--- a/writerfilter/source/dmapper/CellColorHandler.cxx
+++ b/writerfilter/source/dmapper/CellColorHandler.cxx
@@ -39,11 +39,8 @@ namespace dmapper {
using namespace ::com::sun::star;
using namespace ::writerfilter;
-//using namespace ::std;
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
CellColorHandler::CellColorHandler() :
m_nShadowType( 0 ),
m_nColor( 0xffffffff ),
@@ -51,15 +48,11 @@ CellColorHandler::CellColorHandler() :
m_bParagraph( false )
{
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
CellColorHandler::~CellColorHandler()
{
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
void CellColorHandler::attribute(Id rName, Value & rVal)
{
sal_Int32 nIntValue = rVal.getInt();
@@ -91,16 +84,6 @@ void CellColorHandler::attribute(Id rName, Value & rVal)
//color of the shading
m_nColor = nIntValue;
break;
-// case NS_rtf::LN_rgbrc:
-// {
-// writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties();
-// if( pProperties.get())
-// {
-// pProperties->resolve(*this);
-// //
-// }
-// }
-// break;
case NS_ooxml::LN_CT_Shd_themeFill:
case NS_ooxml::LN_CT_Shd_themeFillTint:
case NS_ooxml::LN_CT_Shd_themeFillShade:
@@ -110,16 +93,12 @@ void CellColorHandler::attribute(Id rName, Value & rVal)
OSL_ENSURE( false, "unknown attribute");
}
}
-/*-- 24.04.2007 09:06:35---------------------------------------------------
- -----------------------------------------------------------------------*/
void CellColorHandler::sprm(Sprm & rSprm)
{
(void)rSprm;
}
-/*-- 24.04.2007 09:09:01---------------------------------------------------
- -----------------------------------------------------------------------*/
TablePropertyMapPtr CellColorHandler::getProperties()
{
TablePropertyMapPtr pPropertyMap(new TablePropertyMap);
diff --git a/writerfilter/source/dmapper/CellMarginHandler.cxx b/writerfilter/source/dmapper/CellMarginHandler.cxx
index 22fd816..b98cf01 100644
--- a/writerfilter/source/dmapper/CellMarginHandler.cxx
+++ b/writerfilter/source/dmapper/CellMarginHandler.cxx
@@ -36,11 +36,8 @@ namespace dmapper {
using namespace ::com::sun::star;
using namespace ::writerfilter;
-//using namespace ::std;
-/*-- 18.02.2008 12:36:51---------------------------------------------------
- -----------------------------------------------------------------------*/
CellMarginHandler::CellMarginHandler() :
m_nValue( 0 ),
m_nLeftMargin( 0 ),
@@ -53,15 +50,11 @@ CellMarginHandler::CellMarginHandler() :
m_bBottomMarginValid( false )
{
}
-/*-- 18.02.2008 12:36:51---------------------------------------------------
- -----------------------------------------------------------------------*/
CellMarginHandler::~CellMarginHandler()
{
}
-/*-- 18.02.2008 12:36:51---------------------------------------------------
- -----------------------------------------------------------------------*/
void CellMarginHandler::attribute(Id rName, Value & rVal)
{
sal_Int32 nIntValue = rVal.getInt();
@@ -79,9 +72,7 @@ void CellMarginHandler::attribute(Id rName, Value & rVal)
OSL_ENSURE( false, "unknown attribute");
}
}
-/*-- 18.02.2008 12:36:51---------------------------------------------------
- -----------------------------------------------------------------------*/
void CellMarginHandler::sprm(Sprm & rSprm)
{
writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps();
diff --git a/writerfilter/source/dmapper/SectionColumnHandler.cxx b/writerfilter/source/dmapper/SectionColumnHandler.cxx
index 4b09077..bab7548 100644
--- a/writerfilter/source/dmapper/SectionColumnHandler.cxx
+++ b/writerfilter/source/dmapper/SectionColumnHandler.cxx
@@ -35,11 +35,8 @@ namespace writerfilter {
namespace dmapper {
using namespace ::com::sun::star;
-//using namespace ::std;
-/*-- 02.06.2008 13:36:24---------------------------------------------------
- -----------------------------------------------------------------------*/
SectionColumnHandler::SectionColumnHandler() :
bEqualWidth( false ),
nSpace( 0 ),
@@ -47,15 +44,11 @@ SectionColumnHandler::SectionColumnHandler() :
bSep( false )
{
}
-/*-- 02.06.2008 13:36:24---------------------------------------------------
- -----------------------------------------------------------------------*/
SectionColumnHandler::~SectionColumnHandler()
{
}
-/*-- 02.06.2008 13:36:24---------------------------------------------------
- -----------------------------------------------------------------------*/
void SectionColumnHandler::attribute(Id rName, Value & rVal)
{
sal_Int32 nIntValue = rVal.getInt();
@@ -84,9 +77,7 @@ void SectionColumnHandler::attribute(Id rName, Value & rVal)
OSL_ENSURE( false, "SectionColumnHandler: unknown attribute");
}
}
-/*-- 02.06.2008 13:36:24---------------------------------------------------
- -----------------------------------------------------------------------*/
void SectionColumnHandler::sprm(Sprm & rSprm)
{
switch( rSprm.getId())
More information about the Libreoffice-commits
mailing list