diff options
Diffstat (limited to 'include/svx/galtheme.hxx')
-rw-r--r-- | include/svx/galtheme.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index 0f76524abfec..c996c4589fbb 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -33,12 +33,12 @@ #include <svx/galmisc.hxx> #include <vector> -// ----------------- + // - GalleryObject - -// ----------------- -// -------------- + + // - SgaObjKind - -// -------------- + struct GalleryObject { @@ -61,9 +61,9 @@ class SgaObject; class FmFormModel; class ListBox; -// ----------------- + // - GalDragParams - -// ----------------- + struct GalDragParams { @@ -74,9 +74,9 @@ struct GalDragParams SgaObjKind eObjKind; }; -// ---------------- + // - GalleryTheme - -// ---------------- + class Gallery; class GalleryProgress; |