summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/controls/MasterPageContainer.cxx')
-rwxr-xr-xsd/source/ui/toolpanel/controls/MasterPageContainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx b/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
index 80a094ec1a66..7e1079b91006 100755
--- a/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
+++ b/sd/source/ui/toolpanel/controls/MasterPageContainer.cxx
@@ -188,7 +188,7 @@ private:
const String& sFileName,
SfxObjectShellLock& rxDocumentShell);
- Image GetPreviewSubstitution (USHORT nId, PreviewSize ePreviewSize);
+ Image GetPreviewSubstitution (sal_uInt16 nId, PreviewSize ePreviewSize);
void CleanContainer (void);
};
@@ -1062,7 +1062,7 @@ SdDrawDocument* MasterPageContainer::Implementation::GetDocument (void)
Image MasterPageContainer::Implementation::GetPreviewSubstitution (
- USHORT nId,
+ sal_uInt16 nId,
PreviewSize ePreviewSize)
{
const ::osl::MutexGuard aGuard (maMutex);