summaryrefslogtreecommitdiffstats
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-26 11:56:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-26 11:56:21 +0200
commit88ec5de1c950d5b9c32fb98054557436d2aa426d (patch)
tree562e44f5daeebe0945e7e86cd2d969ca7e773d80 /idl/inc
parenttdf#96948 Change color of the area behind Impress slide immediately (diff)
downloadcore-88ec5de1c950d5b9c32fb98054557436d2aa426d.tar.gz
core-88ec5de1c950d5b9c32fb98054557436d2aa426d.zip
expand SvMetaType::ReadNamesSvIdl
it just forwards to ReadNameSvIdl Change-Id: I803edb7a5977cf309e2cedaa3b4764bcbd933597
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/types.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 9768f8f284e8..bcffc371ef99 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -34,7 +34,7 @@ public:
tools::SvRef<SvMetaType> aType;
SvIdentifier aSlotId;
SvMetaAttribute();
- SvMetaAttribute( SvMetaType * );
+ SvMetaAttribute( SvMetaType * );
void SetSlotId( const SvIdentifier & rId )
{ aSlotId = rId; }
@@ -59,8 +59,6 @@ class SvMetaType : public SvMetaReference
void WriteSfxItem( const OString& rItemName, SvIdlDataBase & rBase,
SvStream & rOutStm );
protected:
- bool ReadNamesSvIdl( SvTokenStream & rInStm );
-
bool ReadHeaderSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
public:
SvMetaType();