To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73256
                 Issue #|73256
                 Summary|Bad #pragma warning (disable:4505)
               Component|Drawing
                 Version|680m197
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|cl
             Reported by|sb





------- Additional comments from [EMAIL PROTECTED] Mon Jan  8 05:39:48 -0800 
2007 -------
Came across sd/source/ui/slideshow/slideshowimpl.cxx:1.36 which introduced

  #ifdef WNT
  #pragma warning (disable:4505)
  #endif

obviously to avoid warnings

  o:\SRC680\wntmsci10\inc.m197\comphelper\listenernotification.hxx(296) :
warning C4505: 'comphelper::OListenerContainerBase<LISTENER,EVENT>::implNotify'
: unreferenced local function has been removed
        with
        [
            LISTENER=com::sun::star::awt::XPaintListener,
            EVENT=com::sun::star::awt::PaintEvent
        ]
  o:\SRC680\wntmsci10\inc.m197\comphelper\listenernotification.hxx(296) :
warning C4505: 'comphelper::OListenerContainerBase<LISTENER,EVENT>::implNotify'
: unreferenced local function has been removed
        with
        [
            LISTENER=com::sun::star::awt::XMouseListener,
            EVENT=sd::WrappedMouseEvent
        ]
  o:\SRC680\wntmsci10\inc.m197\comphelper\listenernotification.hxx(296) :
warning C4505: 'comphelper::OListenerContainerBase<LISTENER,EVENT>::implNotify'
: unreferenced local function has been removed
        with
        [
            LISTENER=com::sun::star::awt::XMouseMotionListener,
            EVENT=sd::WrappedMouseMotionEvent
        ]


on wntmsci10.  However, I assume the correct fix is rather to add "inline" to
the implNotify function template definition at
comphelper/inc/comphelper/listenernotification.hxx:1.8 l. 250 (and similar for
notify at l. 240).

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to