[Libreoffice-commits] .: sfx2/inc

Caolán McNamara caolan at kemper.freedesktop.org
Thu Nov 11 07:47:40 PST 2010


 sfx2/inc/docvor.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fb9a1cc7e8046839adb075fc89b0479bcd7a4d70
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 11 15:47:35 2010 +0000

    match up the declaration and definition

diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx
index cc83e57..1bd4d18 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;
 


More information about the Libreoffice-commits mailing list