To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113551
                 Issue #|113551
                 Summary|comphelper: Documentation missing 'public' in inherita
                        |nce declaration
               Component|framework
                 Version|DEV300m84
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|fs
             Reported by|simonaw





------- Additional comments from simo...@openoffice.org Fri Jul 30 16:24:15 
+0000 2010 -------
Lately I tried to create a new UNO service with Thorsten's help. He pointed me
to the documentation that can be found in comphelper/servicedecl.hxx.

Unfortunately it is slightly off in regard of the inheritance declaration. It
should be ": public cppu::WeakImplHelper2<...>" instead of ":
cppu::WeakImplHelper2<...>"
Without the 'public' keyword I have the C++ compiler complaining about the
constructor being inaccessible.

Patch attached.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to