summaryrefslogtreecommitdiff
path: root/xmloff/source/style/weighhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/weighhdl.cxx')
-rw-r--r--xmloff/source/style/weighhdl.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx
index 7c8d31b2af65..5fd5db811a95 100644
--- a/xmloff/source/style/weighhdl.cxx
+++ b/xmloff/source/style/weighhdl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <weighhdl.hxx>
#include <sax/tools/converter.hxx>
@@ -33,7 +32,6 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/awt/FontWeight.hpp>
-
using namespace ::com::sun::star::uno;
using namespace ::xmloff::token;
@@ -59,10 +57,7 @@ FontWeightMapper const aFontWeightMap[] =
{ ::com::sun::star::awt::FontWeight::DONTKNOW, 1000 }
};
-///////////////////////////////////////////////////////////////////////////////
-//
// class XMLFmtBreakBeforePropHdl
-//
XMLFontWeightPropHdl::~XMLFontWeightPropHdl()
{