summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-26 22:22:23 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-26 23:20:07 +0900
commit0d0718a6d0fcf301b25e8964fb842d3ee87a56f5 (patch)
tree660f17fb2e8421e688063c174ddc50346bc851e2 /svx
parent84bac1799e528272ca808240508ca3f66272ee13 (diff)
Remove useless comments; add mode lines
Change-Id: Ib96d394954326a2c8f52ae4a161d9b505dbc35a3
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/charthelper.cxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/svx/source/svdraw/charthelper.cxx b/svx/source/svdraw/charthelper.cxx
index fa7ea9b597c8..383e5d81d817 100644
--- a/svx/source/svdraw/charthelper.cxx
+++ b/svx/source/svdraw/charthelper.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -29,20 +30,8 @@
#include <com/sun/star/graphic/PrimitiveFactory2D.hpp>
#include <drawinglayer/geometry/viewinformation2d.hxx>
-//// header for function rtl_createUuid
-//#include <rtl/uuid.h>
-//#include <vcl/pdfextoutdevdata.hxx>
-//
-//#include <com/sun/star/lang/XUnoTunnel.hpp>
-//#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-//#include <svtools/embedhlp.hxx>
-
-//////////////////////////////////////////////////////////////////////////////
-
using namespace ::com::sun::star;
-//////////////////////////////////////////////////////////////////////////////
-
bool ChartHelper::IsChart(const svt::EmbeddedObjectRef& xObjRef)
{
if(!xObjRef.is())
@@ -129,5 +118,4 @@ drawinglayer::primitive2d::Primitive2DSequence ChartHelper::tryToGetChartContent
return aRetval;
}
-//////////////////////////////////////////////////////////////////////////////
-// eof
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */