summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/escherex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/escherex.cxx')
-rw-r--r--sd/source/filter/eppt/escherex.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sd/source/filter/eppt/escherex.cxx b/sd/source/filter/eppt/escherex.cxx
index abd2081e7887..7e2eadf6ae0f 100644
--- a/sd/source/filter/eppt/escherex.cxx
+++ b/sd/source/filter/eppt/escherex.cxx
@@ -19,9 +19,9 @@
#include "escherex.hxx"
-// ---------------------------------------------------------------------------------------------
-// ---------------------------------------------------------------------------------------------
-// ---------------------------------------------------------------------------------------------
+
+
+
PptEscherEx::PptEscherEx( SvStream& rOutStrm, const OUString& rBaseURI ) :
EscherEx( EscherExGlobalRef( new EscherExGlobal ), &rOutStrm )
@@ -30,7 +30,7 @@ PptEscherEx::PptEscherEx( SvStream& rOutStrm, const OUString& rBaseURI ) :
mnCurrentDg = 0;
}
-// ---------------------------------------------------------------------------------------------
+
sal_uInt32 PptEscherEx::DrawingGroupContainerSize()
{
@@ -46,7 +46,7 @@ void PptEscherEx::WriteDrawingGroupContainer( SvStream& rSt )
ImplWriteDggContainer( rSt );
}
-// ---------------------------------------------------------------------------------------------
+
sal_uInt32 PptEscherEx::ImplDggContainerSize()
{
@@ -76,7 +76,7 @@ void PptEscherEx::ImplWriteDggContainer( SvStream& rSt )
}
}
-// ---------------------------------------------------------------------------------------------
+
#define ESCHER_OPT_COUNT 6
@@ -104,7 +104,7 @@ void PptEscherEx::ImplWriteOptAtom( SvStream& rSt )
}
}
-// ---------------------------------------------------------------------------------------------
+
#define ESCHER_SPLIT_MENU_COLORS_COUNT 4
@@ -131,13 +131,13 @@ void PptEscherEx::ImplWriteSplitMenuColorsAtom( SvStream& rSt )
}
-// ---------------------------------------------------------------------------------------------
+
PptEscherEx::~PptEscherEx()
{
}
-// ---------------------------------------------------------------------------------------------
+
void PptEscherEx::OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance )
{
@@ -175,7 +175,7 @@ void PptEscherEx::OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance
}
}
-// ---------------------------------------------------------------------------------------------
+
void PptEscherEx::CloseContainer()
{
@@ -222,7 +222,7 @@ void PptEscherEx::CloseContainer()
}
}
-// ---------------------------------------------------------------------------------------------
+
sal_uInt32 PptEscherEx::EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClientData )
{
@@ -285,6 +285,6 @@ sal_uInt32 PptEscherEx::EnterGroup( Rectangle* pBoundRect, SvMemoryStream* pClie
return nShapeId;
}
-// ---------------------------------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */