summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/scfobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/scfobj.hxx')
-rw-r--r--sc/source/filter/inc/scfobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/scfobj.hxx b/sc/source/filter/inc/scfobj.hxx
index 4ed1784f4354..7749d67de1b8 100644
--- a/sc/source/filter/inc/scfobj.hxx
+++ b/sc/source/filter/inc/scfobj.hxx
@@ -37,7 +37,7 @@ class Sc10InsertObject
{
public:
static void InsertChart( ScDocument* pDoc, SCTAB nDestTab, const Rectangle& rRect,
- SCTAB nSrcTab, USHORT nX1, USHORT nY1, USHORT nX2, USHORT nY2 );
+ SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 );
};