summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
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 /svx/source/unogallery
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 'svx/source/unogallery')
-rw-r--r--svx/source/unogallery/unogalitem.cxx2
-rw-r--r--svx/source/unogallery/unogalitem.hxx2
-rw-r--r--svx/source/unogallery/unogaltheme.cxx1
-rw-r--r--svx/source/unogallery/unogaltheme.hxx1
4 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index 8abfe5c3339c..cb6c65df63b4 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -49,7 +49,6 @@ using namespace ::com::sun::star;
namespace unogallery {
-// - GalleryItem -
GalleryItem::GalleryItem( ::unogallery::GalleryTheme& rTheme, const GalleryObject& rObject ) :
@@ -414,7 +413,6 @@ void GalleryItem::implSetInvalid()
}
-// - GalleryDrawingModel -
GalleryDrawingModel::GalleryDrawingModel( SdrModel* pDoc )
diff --git a/svx/source/unogallery/unogalitem.hxx b/svx/source/unogallery/unogalitem.hxx
index d761677ae438..ddbc014a4122 100644
--- a/svx/source/unogallery/unogalitem.hxx
+++ b/svx/source/unogallery/unogalitem.hxx
@@ -34,7 +34,6 @@ namespace unogallery { class GalleryTheme; }
namespace unogallery {
-// - GalleryItem -
class GalleryItem : public ::cppu::OWeakAggObject,
@@ -100,7 +99,6 @@ private:
};
-// - GalleryDrawingModel -
class GalleryDrawingModel : public SvxUnoDrawingModel
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx
index 085cdb118958..fcd614a5b5ff 100644
--- a/svx/source/unogallery/unogaltheme.cxx
+++ b/svx/source/unogallery/unogaltheme.cxx
@@ -39,7 +39,6 @@ using namespace ::com::sun::star;
namespace unogallery {
-// - GalleryTheme -
GalleryTheme::GalleryTheme( const OUString& rThemeName )
diff --git a/svx/source/unogallery/unogaltheme.hxx b/svx/source/unogallery/unogaltheme.hxx
index f99c87eb6533..8f92b0cf4b04 100644
--- a/svx/source/unogallery/unogaltheme.hxx
+++ b/svx/source/unogallery/unogaltheme.hxx
@@ -35,7 +35,6 @@ namespace unogallery { class GalleryItem; }
namespace unogallery {
-// - GalleryTheme -
class GalleryTheme : public ::cppu::WeakImplHelper<