summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
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 /svtools/source/graphic
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 'svtools/source/graphic')
-rw-r--r--svtools/source/graphic/descriptor.cxx1
-rw-r--r--svtools/source/graphic/grfattr.cxx1
-rw-r--r--svtools/source/graphic/grfcache.hxx1
-rw-r--r--svtools/source/graphic/grfmgr2.cxx2
-rw-r--r--svtools/source/graphic/transformer.cxx1
-rw-r--r--svtools/source/graphic/transformer.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/graphic/descriptor.cxx b/svtools/source/graphic/descriptor.cxx
index a762bde811a6..0f55ecfcf701 100644
--- a/svtools/source/graphic/descriptor.cxx
+++ b/svtools/source/graphic/descriptor.cxx
@@ -49,7 +49,6 @@ using namespace ::com::sun::star;
namespace unographic {
-// - GraphicDescriptor -
GraphicDescriptor::GraphicDescriptor() :
diff --git a/svtools/source/graphic/grfattr.cxx b/svtools/source/graphic/grfattr.cxx
index 6a1c1a7b73cd..dd6585c1c3c9 100644
--- a/svtools/source/graphic/grfattr.cxx
+++ b/svtools/source/graphic/grfattr.cxx
@@ -22,7 +22,6 @@
#include <svtools/grfmgr.hxx>
-// - GraphicAttr -
GraphicAttr::GraphicAttr() :
diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx
index f7de053a80b5..7af69062cd91 100644
--- a/svtools/source/graphic/grfcache.hxx
+++ b/svtools/source/graphic/grfcache.hxx
@@ -25,7 +25,6 @@
#include <list>
-// - GraphicManagerCache -
class GraphicAttr;
diff --git a/svtools/source/graphic/grfmgr2.cxx b/svtools/source/graphic/grfmgr2.cxx
index 42dcb619262a..82e76b359d79 100644
--- a/svtools/source/graphic/grfmgr2.cxx
+++ b/svtools/source/graphic/grfmgr2.cxx
@@ -35,7 +35,6 @@
#include <svtools/grfmgr.hxx>
#include <memory>
-// - defines -
#define WATERMARK_LUM_OFFSET 50
@@ -43,7 +42,6 @@
#define MAP( cVal0, cVal1, nFrac ) ((sal_uInt8)((((long)(cVal0)<<20L)+nFrac*((long)(cVal1)-(cVal0)))>>20L))
-// - GraphicManager -
GraphicManager::GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize ) :
diff --git a/svtools/source/graphic/transformer.cxx b/svtools/source/graphic/transformer.cxx
index eddfaa705b57..8636fe3f7d48 100644
--- a/svtools/source/graphic/transformer.cxx
+++ b/svtools/source/graphic/transformer.cxx
@@ -39,7 +39,6 @@ using namespace com::sun::star;
namespace unographic {
-// - GraphicTransformer -
GraphicTransformer::GraphicTransformer()
diff --git a/svtools/source/graphic/transformer.hxx b/svtools/source/graphic/transformer.hxx
index ceda687f0585..c6af0cc3b4b9 100644
--- a/svtools/source/graphic/transformer.hxx
+++ b/svtools/source/graphic/transformer.hxx
@@ -27,7 +27,6 @@
namespace unographic {
-// - GraphicTransformer -
typedef ::cppu::WeakAggImplHelper1<