diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:35:15 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:05 +0200 |
commit | f75aa26620f26b1fd306ade2b3c7af13cb2d9034 (patch) | |
tree | f22e9259c4225a8125e8ec26c4e74a0d8612e1fa /include/basic | |
parent | 83d84adeb5bafa6bdbad8f759ea281c265c1234b (diff) |
typo: hierarchie -> hierarchy
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbxvar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx index 1204df24546e..46726e5968ab 100644 --- a/include/basic/sbxvar.hxx +++ b/include/basic/sbxvar.hxx @@ -331,7 +331,7 @@ public: SbxArray* GetParameters() const; // Sfx-Broadcasting-Support: - // Due to data reduction and better DLL-hierarchie currently via casting + // Due to data reduction and better DLL-hierarchy currently via casting SfxBroadcaster& GetBroadcaster(); bool IsBroadcaster() const { return pCst != NULL; } virtual void Broadcast( sal_uIntPtr nHintId ) SAL_OVERRIDE; |