summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/BasicPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/BasicPaneFactory.cxx')
-rwxr-xr-xsd/source/ui/framework/factories/BasicPaneFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/BasicPaneFactory.cxx b/sd/source/ui/framework/factories/BasicPaneFactory.cxx
index f406501bd114..ed528be01a24 100755
--- a/sd/source/ui/framework/factories/BasicPaneFactory.cxx
+++ b/sd/source/ui/framework/factories/BasicPaneFactory.cxx
@@ -514,7 +514,7 @@ Reference<XResource> BasicPaneFactory::CreateChildWindowPane (
if (mpViewShellBase != NULL)
{
// Create the corresponding shell and determine the id of the child window.
- USHORT nChildWindowId = 0;
+ sal_uInt16 nChildWindowId = 0;
::std::auto_ptr<SfxShell> pShell;
switch (rDescriptor.mePaneId)
{