summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-02 15:32:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-02 15:32:48 +0000
commit46a39770d5b0e0593d6116f976063027afb217cc (patch)
treec330b4dfb673a2b1071e83ba1ad915d34a3ecadf /basic
parent000f2205040a50a8c4928893b5f8e216f9d9c01b (diff)
INTEGRATION: CWS npower4 (1.15.44); FILE MERGED
2006/10/18 20:29:18 npower 1.15.44.1: #i64884# changes for default properties
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/sbunoobj.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index d7453b75b750..4aeda180dddd 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbunoobj.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:44:31 $
+ * last change: $Author: vg $ $Date: 2006-11-02 16:32:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,6 +96,7 @@ class SbUnoObject: public SbxObject
void implCreateAll( void );
public:
+ static bool getDefaultPropName( SbUnoObject* pUnoObj, String& sDfltProp );
TYPEINFO();
SbUnoObject( const String& aName_, const Any& aUnoObj_ );
~SbUnoObject();