summaryrefslogtreecommitdiff
path: root/basic/source/inc/symtbl.hxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2010-08-06 09:35:51 +0200
committerAndreas Bregas <ab@openoffice.org>2010-08-06 09:35:51 +0200
commite2b85f96b67ac4bb9f26a60c11cedc98ec52206f (patch)
tree3411f6ae468ab5f5743ae4f20dc692476835367b /basic/source/inc/symtbl.hxx
parentf4f1756a4c4cd35d77ccd2b9ca0f38799e6555af (diff)
mib18: #163121# Declare Rework
Diffstat (limited to 'basic/source/inc/symtbl.hxx')
-rw-r--r--basic/source/inc/symtbl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx
index 9bd8cfd49754..f2fbaa0ac1f1 100644
--- a/basic/source/inc/symtbl.hxx
+++ b/basic/source/inc/symtbl.hxx
@@ -159,7 +159,8 @@ public:
void SetOptional() { bOpt = TRUE; }
void SetParamArray() { bParamArray = TRUE; }
void SetWithEvents() { bWithEvents = TRUE; }
- void SetByVal() { bByVal = TRUE; }
+ void SetByVal( BOOL bByVal_ = TRUE )
+ { bByVal = bByVal_; }
void SetStatic( BOOL bAsStatic = TRUE ) { bStatic = bAsStatic; }
void SetNew() { bNew = TRUE; }
void SetDefinedAs() { bAs = TRUE; }