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.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx
index fccfc8b0571f..e056ef04d55c 100644
--- a/toolkit/source/awt/animatedimagespeer.cxx
+++ b/toolkit/source/awt/animatedimagespeer.cxx
@@ -67,6 +67,8 @@ namespace toolkit
//= AnimatedImagesPeer_Data
+ namespace {
+
struct CachedImage
{
OUString sImageURL;
@@ -85,6 +87,8 @@ namespace toolkit
}
};
+ }
+
struct AnimatedImagesPeer_Data
{
AnimatedImagesPeer& rAntiImpl;