summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objitem.cxx')
-rwxr-xr-x[-rw-r--r--]sfx2/source/doc/objitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objitem.cxx b/sfx2/source/doc/objitem.cxx
index b29a9b6758b9..38517d378aae 100644..100755
--- a/sfx2/source/doc/objitem.cxx
+++ b/sfx2/source/doc/objitem.cxx
@@ -61,7 +61,7 @@ SfxPoolItem* SfxObjectShellItem::Clone( SfxItemPool *) const
//--------------------------------------------------------------------
-bool SfxObjectShellItem::QueryValue( com::sun::star::uno::Any& rVal, BYTE /*nMemberId*/ ) const
+bool SfxObjectShellItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const
{
if ( pObjSh )
{
@@ -78,7 +78,7 @@ bool SfxObjectShellItem::QueryValue( com::sun::star::uno::Any& rVal, BYTE /*nMem
//--------------------------------------------------------------------
-bool SfxObjectShellItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE /*nMemberId*/ )
+bool SfxObjectShellItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ )
{
// This item MUST have a model. Please don't change this, there are UNO-based
// implementations which need it!!
@@ -111,7 +111,7 @@ bool SfxObjectShellItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE /*
//=========================================================================
-SfxObjectItem::SfxObjectItem( USHORT nWhichId, SfxShell *pSh )
+SfxObjectItem::SfxObjectItem( sal_uInt16 nWhichId, SfxShell *pSh )
: SfxPoolItem( nWhichId ),
_pSh( pSh )
{}
soundCaolán McNamara 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-09-07DeInitVCL in PythonTestStephan Bergmann 2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke 2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara 2018-06-29test: invoke ODF validator with custom schemasMichael Stahl 2018-05-05Fix typosAndrea Gelmini 2018-04-14Fix typosAndrea Gelmini 2018-04-06Fix Python file URL construction on WindowsStephan Bergmann 2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe 2017-10-23loplugin:includeform: unotestStephan Bergmann 2017-09-07unotest.py: refactor confusing mess of openDoc functionsMichael Stahl 2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann 2017-08-22unotest: really run every CppunitTest with its own user profileMichael Stahl 2017-05-27tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py)jmzambon 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert unotest from OSL_ASSERT to assertChris Sherlock 2017-04-28loplugin:cppunitassertequals: unotestStephan Bergmann 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna 2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl 2017-03-02Fix typosAndrea Gelmini