summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 09:21:53 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:11:34 +0000
commit538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch)
treeefbfb952f3236a6f56540ddae6a896c8c73774a0 /vcl/source
parentf12e483589888f87843026ceff5ae3c1e615ca02 (diff)
Formatting changes across all modules
+ Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/filter/ixpm/xpmread.cxx1
-rw-r--r--vcl/source/gdi/dibtools.cxx1
-rw-r--r--vcl/source/gdi/impvect.hxx1
-rw-r--r--vcl/source/gdi/lineinfo.cxx2
-rw-r--r--vcl/source/gdi/mapmod.cxx1
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx1
-rw-r--r--vcl/source/window/brdwin.cxx4
-rw-r--r--vcl/source/window/menu.cxx1
8 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx
index 931629879787..c456d4ed1877 100644
--- a/vcl/source/filter/ixpm/xpmread.cxx
+++ b/vcl/source/filter/ixpm/xpmread.cxx
@@ -633,7 +633,6 @@ bool XPMReader::ImplGetString()
return mbStatus;
}
-// - ImportXPM -
VCL_DLLPUBLIC bool ImportXPM( SvStream& rStm, Graphic& rGraphic )
{
diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx
index 84904bdb0f38..bfcafe184c9b 100644
--- a/vcl/source/gdi/dibtools.cxx
+++ b/vcl/source/gdi/dibtools.cxx
@@ -31,7 +31,6 @@
#include <vcl/outdev.hxx>
#include <memory>
-// - Defines -
#define DIBCOREHEADERSIZE ( 12UL )
#define DIBINFOHEADERSIZE ( sizeof(DIBInfoHeader) )
diff --git a/vcl/source/gdi/impvect.hxx b/vcl/source/gdi/impvect.hxx
index 7ad02ea1bffa..2a756887606d 100644
--- a/vcl/source/gdi/impvect.hxx
+++ b/vcl/source/gdi/impvect.hxx
@@ -24,7 +24,6 @@
namespace tools { class PolyPolygon; }
-// - Vectorizer -
namespace ImplVectorizer
{
bool ImplVectorize( const Bitmap& rColorBmp, GDIMetaFile& rMtf,
diff --git a/vcl/source/gdi/lineinfo.cxx b/vcl/source/gdi/lineinfo.cxx
index 302ecc732d63..fc5878399235 100644
--- a/vcl/source/gdi/lineinfo.cxx
+++ b/vcl/source/gdi/lineinfo.cxx
@@ -26,7 +26,6 @@
#include <basegfx/polygon/b2dlinegeometry.hxx>
#include <numeric>
-// - ImplLineInfo -
ImplLineInfo::ImplLineInfo() :
mnRefCount ( 1 ),
@@ -69,7 +68,6 @@ inline bool ImplLineInfo::operator==( const ImplLineInfo& rB ) const
&& meLineCap == rB.meLineCap);
}
-// - LineInfo -
LineInfo::LineInfo( LineStyle eStyle, long nWidth )
{
diff --git a/vcl/source/gdi/mapmod.cxx b/vcl/source/gdi/mapmod.cxx
index 860742648ea7..67ed3f595978 100644
--- a/vcl/source/gdi/mapmod.cxx
+++ b/vcl/source/gdi/mapmod.cxx
@@ -26,7 +26,6 @@
#include <tools/debug.hxx>
-// - ImplMapMode -
struct MapMode::ImplMapMode
{
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 22f32eb2ad10..3ad54a518a01 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -2270,7 +2270,6 @@ LogicalFontInstance* PdfBuiltinFontFace::CreateFontInstance( FontSelectPattern&
return pEntry;
}
-// - PDFWriterImpl -
sal_Int32 PDFWriterImpl::newPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientation eOrientation )
{
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index fc804faf24d7..dc925985ab84 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -147,7 +147,6 @@ static void ImplDrawBrdWinSymbolButton( vcl::RenderContext* pDev,
ImplDrawBrdWinSymbol( pDev, aTempRect, eSymbol );
}
-// - ImplBorderWindowView -
ImplBorderWindowView::~ImplBorderWindowView()
{
@@ -412,7 +411,6 @@ long ImplBorderWindowView::ImplCalcTitleWidth( const ImplBorderFrameData* pData
return nTitleWidth;
}
-// - ImplNoBorderWindowView -
ImplNoBorderWindowView::ImplNoBorderWindowView( ImplBorderWindow* )
{
@@ -440,7 +438,6 @@ void ImplNoBorderWindowView::DrawWindow(vcl::RenderContext&, sal_uInt16, const P
{
}
-// - ImplSmallBorderWindowView -
ImplSmallBorderWindowView::ImplSmallBorderWindowView( ImplBorderWindow* pBorderWindow )
: mpBorderWindow(pBorderWindow)
, mpOutDev(nullptr)
@@ -790,7 +787,6 @@ void ImplSmallBorderWindowView::DrawWindow(vcl::RenderContext& rRenderContext, s
}
}
-// - ImplStdBorderWindowView -
ImplStdBorderWindowView::ImplStdBorderWindowView( ImplBorderWindow* pBorderWindow )
{
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 2e7499ed2188..8fe500112a5c 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -2466,7 +2466,6 @@ void Menu::HighlightItem( sal_uInt16 nItemPos )
}
}
-// - MenuBar -
MenuBarWindow* MenuBar::getMenuBarWindow()
{
// so far just a dynamic_cast, hopefully to be turned into something saner