summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tplpitem.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-12 10:36:54 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-12 10:36:54 +0100
commit7afd69a40182db58aef59502f78705ffaffd19c6 (patch)
tree6ed4f5c62983dfe1a617294ae64b7019143f0395 /sfx2/source/dialog/tplpitem.cxx
parenta95c164df022d2a0c2308028abf08032cf2cdf99 (diff)
removetooltypes01: #i112600# remove tooltypes from sfx2
Diffstat (limited to 'sfx2/source/dialog/tplpitem.cxx')
-rw-r--r--sfx2/source/dialog/tplpitem.cxx2
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 )
{