summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-13 09:38:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-13 11:49:29 +0100
commit780ac20278600e32fffd2d89a15fbeed86321179 (patch)
treeea7e2e765c9ca3d7778cc268476cc47c308d6592 /include/svx
parent441f0434714a98b64b7956ce6cf44723eadc0883 (diff)
Graphyic->Graphic
Change-Id: Id405e6a41d8c8ed56471ec058633a21ee4346737
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/nbdtmg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index b098532cd0f6..a2b44f234ecb 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -245,18 +245,18 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
static BulletsTypeMgr& GetInstance();
};
-class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
+class SVX_DLLPUBLIC GraphicBulletsTypeMgr: public NBOTypeMgrBase
{
friend class OutlineTypeMgr;
friend class NumberingTypeMgr;
private:
- GraphyicBulletsTypeMgr(const GraphyicBulletsTypeMgr&) = delete;
+ GraphicBulletsTypeMgr(const GraphicBulletsTypeMgr&) = delete;
public:
typedef std::vector<GrfBulDataRelation*> ListType;
ListType aGrfDataLst;
public:
- GraphyicBulletsTypeMgr();
- virtual ~GraphyicBulletsTypeMgr();
+ GraphicBulletsTypeMgr();
+ virtual ~GraphicBulletsTypeMgr();
virtual void Init() override;
virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=0) override;
virtual void RelplaceNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, sal_uInt16 mLevel) override;
@@ -264,7 +264,7 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
virtual OUString GetDescription(sal_uInt16 nIndex,bool isDefault=false) override;
virtual bool IsCustomized(sal_uInt16 nIndex) override;
OUString GetGrfName(sal_uInt16 nIndex);
- static GraphyicBulletsTypeMgr& GetInstance();
+ static GraphicBulletsTypeMgr& GetInstance();
};
class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase