summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/msgpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/msgpool.cxx')
-rw-r--r--sc/source/ui/app/msgpool.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx
index d52be0e37f7d..aa83fd577656 100644
--- a/sc/source/ui/app/msgpool.cxx
+++ b/sc/source/ui/app/msgpool.cxx
@@ -24,8 +24,6 @@
#include "docpool.hxx"
#include "msgpool.hxx"
-
-
static SfxItemInfo const aMsgItemInfos[] =
{
{ 0, SFX_ITEM_POOLABLE }, // SCITEM_STRING
@@ -40,8 +38,6 @@ static SfxItemInfo const aMsgItemInfos[] =
{ SID_PRINTER_NOTFOUND_WARN, SFX_ITEM_POOLABLE } // SCITEM_PRINTWARN
};
-
-
ScMessagePool::ScMessagePool()
: SfxItemPool ( OUString("ScMessagePool"),
MSGPOOL_START, MSGPOOL_END,
@@ -106,6 +102,4 @@ SfxMapUnit ScMessagePool::GetMetric( sal_uInt16 nWhich ) const
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */