summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
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: */