summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/animatedimagespeer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/animatedimagespeer.cxx')
-rw-r--r--toolkit/source/awt/animatedimagespeer.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx
index 9579d8c2ff6b..3c81a52b80f5 100644
--- a/toolkit/source/awt/animatedimagespeer.cxx
+++ b/toolkit/source/awt/animatedimagespeer.cxx
@@ -40,10 +40,10 @@
#include <limits>
-//......................................................................................................................
+
namespace toolkit
{
-//......................................................................................................................
+
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::Reference;
@@ -68,9 +68,9 @@ namespace toolkit
namespace ImageScaleMode = ::com::sun::star::awt::ImageScaleMode;
- //==================================================================================================================
+
//= AnimatedImagesPeer_Data
- //==================================================================================================================
+
struct CachedImage
{
OUString sImageURL;
@@ -101,9 +101,9 @@ namespace toolkit
}
};
- //==================================================================================================================
+
//= helper
- //==================================================================================================================
+
namespace
{
@@ -292,9 +292,9 @@ namespace toolkit
}
}
- //==================================================================================================================
+
//= AnimatedImagesPeer
- //==================================================================================================================
+
AnimatedImagesPeer::AnimatedImagesPeer()
:AnimatedImagesPeer_Base()
@@ -525,8 +525,8 @@ namespace toolkit
m_pData->aCachedImageSets.resize(0);
}
-//......................................................................................................................
+
} // namespace toolkit
-//......................................................................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */