summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-11-26 09:00:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-26 10:48:14 +0000
commit22029c7e17b4cb48acb058d47ec9c3b6b8b6b294 (patch)
treefb1ae2478a4882269e899f59895f48c1b2f242f5 /svl
parente579d453545c4fb00126c6d41636d3960785a166 (diff)
Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...
shadowing a member of SimpleHint Happy new times: Now even simple compiler warning fixes need their own issue. (cherry picked from commit 5cd09cc74da93da4c91c665822b6ab9a0d704a7a) Conflicts: svl/inc/svl/smplhint.hxx svl/source/notify/smplhint.cxx Change-Id: I445126425a22778cf7aaf33d3a34977903e59f84
Diffstat (limited to 'svl')
-rw-r--r--svl/source/notify/smplhint.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/source/notify/smplhint.cxx b/svl/source/notify/smplhint.cxx
index a30e900f5264..b85173431150 100644
--- a/svl/source/notify/smplhint.cxx
+++ b/svl/source/notify/smplhint.cxx
@@ -17,18 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <svl/smplhint.hxx>
-
TYPEINIT1(SfxSimpleHint, SfxHint);
-// creates a SimpleHint with the type nId
-
-SfxSimpleHint::SfxSimpleHint( sal_uLong nIdP )
-{
- nId = nIdP;
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */