summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewClipboard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewClipboard.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/ViewClipboard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewClipboard.hxx b/sd/source/ui/inc/ViewClipboard.hxx
index 216c4e8c1dbe..00f68f6a4218 100644..100755
--- a/sd/source/ui/inc/ViewClipboard.hxx
+++ b/sd/source/ui/inc/ViewClipboard.hxx
@@ -70,7 +70,7 @@ protected:
/** Return an index of a page after which the pages of the transferable
are to be inserted into the target document.
*/
- virtual USHORT DetermineInsertPosition (
+ virtual sal_uInt16 DetermineInsertPosition (
const SdTransferable& rTransferable);
/** Insert the slides in the given transferable behind the last selected
@@ -83,9 +83,9 @@ protected:
@return
Returns the number of inserted slides.
*/
- virtual USHORT InsertSlides (
+ virtual sal_uInt16 InsertSlides (
const SdTransferable& rTransferable,
- USHORT nInsertPosition);
+ sal_uInt16 nInsertPosition);
};
} // end of namespace ::sd