summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/animatedimagespeer.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:29:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:51:48 -0600
commite90c27f5e180f58997026c69aa746498aa995823 (patch)
treeb1cd5ba050f91e4791cb177eb1712baab16ad4d3 /toolkit/source/awt/animatedimagespeer.cxx
parentde2beb35985c9112777d0ca4f5e953a5d494e6d2 (diff)
Remove visual noise from toolkit
Change-Id: I1704d6ac497f2e47a813813640ead14c5fa480d9 Reviewed-on: https://gerrit.libreoffice.org/8326 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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: */