summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/inc
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galbrws2.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index cd499d60bf4b..f14b5837ea80 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -33,9 +33,9 @@
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
-// ----------------------
+
// - GalleryBrowserMode -
-// ----------------------
+
enum GalleryBrowserMode
{
@@ -45,9 +45,9 @@ enum GalleryBrowserMode
GALLERYBROWSERMODE_PREVIEW = 3
};
-// -----------------
+
// - GalleryTravel -
-// -----------------
+
enum GalleryBrowserTravel
{
@@ -58,17 +58,17 @@ enum GalleryBrowserTravel
GALLERYBROWSERTRAVEL_NEXT = 4
};
-// ------------------------
+
// - GalleryItemTextFlags -
-// ------------------------
+
#define GALLERY_ITEM_THEMENAME 0x00000001
#define GALLERY_ITEM_TITLE 0x00000002
#define GALLERY_ITEM_PATH 0x00000004
-// ------------------
+
// - GalleryToolBox -
-// ------------------
+
class GalleryToolBox : public ToolBox
{
@@ -82,9 +82,9 @@ public:
~GalleryToolBox();
};
-// -------------------
+
// - GalleryBrowser2 -
-// -------------------
+
class Gallery;
class GalleryTheme;