summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/gallery1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/gallery1.cxx')
-rw-r--r--svx/source/gallery2/gallery1.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx
index 389a98204663..cd54857f9b21 100644
--- a/svx/source/gallery2/gallery1.cxx
+++ b/svx/source/gallery2/gallery1.cxx
@@ -45,11 +45,9 @@
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <memory>
-// - Namespaces -
using namespace ::com::sun::star;
-// - GalleryThemeEntry -
static bool FileExists( const INetURLObject &rURL, const rtl::OUString &rExt )
{
@@ -144,7 +142,6 @@ void GalleryThemeEntry::SetId( sal_uInt32 nNewId, bool bResetThemeName )
bThemeNameFromResource = ( nId && bResetThemeName );
}
-// - GalleryThemeCacheEntry -
class GalleryThemeCacheEntry
{
@@ -163,7 +160,6 @@ public:
GalleryTheme* GetTheme() const { return mpTheme; }
};
-// - Gallery -
Gallery::Gallery( const OUString& rMultiPath )
: bMultiPath ( false )