diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-12 10:36:54 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-12 10:36:54 +0100 |
commit | 7afd69a40182db58aef59502f78705ffaffd19c6 (patch) | |
tree | 6ed4f5c62983dfe1a617294ae64b7019143f0395 /sfx2/source/dialog/tplpitem.cxx | |
parent | a95c164df022d2a0c2308028abf08032cf2cdf99 (diff) |
removetooltypes01: #i112600# remove tooltypes from sfx2
Diffstat (limited to 'sfx2/source/dialog/tplpitem.cxx')
-rw-r--r-- | sfx2/source/dialog/tplpitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tplpitem.cxx b/sfx2/source/dialog/tplpitem.cxx index a159f95ffd6d..774c7e44e7a7 100644 --- a/sfx2/source/dialog/tplpitem.cxx +++ b/sfx2/source/dialog/tplpitem.cxx @@ -49,7 +49,7 @@ SfxTemplateItem::SfxTemplateItem ( sal_uInt16 nWhichId, // Slot-ID const String& rStyle, // Name des aktuellen Styles - USHORT nValue // Flags f"ur das Filtern bei automatischer Anzeige + sal_uInt16 nValue // Flags f"ur das Filtern bei automatischer Anzeige ) : SfxFlagItem( nWhichId, nValue ), aStyle( rStyle ) { |