summaryrefslogtreecommitdiff
path: root/include/basic/sbxfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxfac.hxx')
-rw-r--r--include/basic/sbxfac.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxfac.hxx b/include/basic/sbxfac.hxx
index 95139d538c64..5b3e3b4cf7b8 100644
--- a/include/basic/sbxfac.hxx
+++ b/include/basic/sbxfac.hxx
@@ -34,7 +34,7 @@ public:
virtual ~SbxFactory();
SbxFactory( bool bLast=false ) { bHandleLast = bLast; }
bool IsHandleLast() { return bHandleLast; }
- virtual SbxBase* Create( sal_uInt16 nSbxId, sal_uInt32 = SBXCR_SBX );
+ virtual SbxBase* Create( sal_uInt16 nSbxId, sal_uInt32 );
virtual SbxObject* CreateObject( const OUString& );
};