diff options
Diffstat (limited to 'svx/inc/galbrws2.hxx')
-rw-r--r-- | svx/inc/galbrws2.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index e21cd19e9eb9..a248d1352368 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> -// - GalleryBrowserMode - enum GalleryBrowserMode @@ -47,7 +46,6 @@ enum GalleryBrowserMode }; -// - GalleryTravel - enum GalleryBrowserTravel @@ -60,7 +58,6 @@ enum GalleryBrowserTravel }; -// - GalleryItemTextFlags - #define GALLERY_ITEM_THEMENAME 0x00000001 @@ -68,7 +65,6 @@ enum GalleryBrowserTravel #define GALLERY_ITEM_PATH 0x00000004 -// - GalleryToolBox - class GalleryToolBox : public ToolBox @@ -83,7 +79,6 @@ public: }; -// - GalleryBrowser2 - class Gallery; |