diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-11 15:47:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-11 15:47:35 +0000 |
commit | 6ff7df6971d66c458b66bae885282d2d80062b70 (patch) | |
tree | da4d7a2b32456522aae5239b0e05a0a68e792927 /sfx2/inc/docvor.hxx | |
parent | ce6806dbb33225ba536a22270340b7dccd6b481e (diff) |
match up the declaration and definition
Diffstat (limited to 'sfx2/inc/docvor.hxx')
-rw-r--r-- | sfx2/inc/docvor.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx index 99c967143f82..417371673123 100644 --- a/sfx2/inc/docvor.hxx +++ b/sfx2/inc/docvor.hxx @@ -102,8 +102,8 @@ public: void SetMgr(SfxOrganizeMgr *pM) { pMgr = pM; } void Reset(); inline void SetBitmaps( - const Image &rOFolderBmp, const Image &rCFolderBmp, const Image &rODocBmp, const Image &rCDocBmp, - const Image &rOFolderBmpHC, const Image &rCFolderBmpHC, const Image &rODocBmpHC, const Image &rCDocBmpHC ); + const Image &rOFolderBmp, const Image &rCFolderBmp, const Image &rODocBmp, const Image &rCDocBmp + ); const Image &GetClosedBmp(USHORT nLevel) const; const Image &GetOpenedBmp(USHORT nLevel) const; |