summaryrefslogtreecommitdiff
path: root/starmath/inc/format.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:09:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:09:23 +0000
commit383678e799fb2bfe8814ec123ca5af83b874ddb7 (patch)
treee7b62cefdcf22e53baadae99651fa66746ec8d50 /starmath/inc/format.hxx
parent0c64047cfa1830b772a89aadb8a49aa8adc751e1 (diff)
INTEGRATION: CWS tl32 (1.6.146); FILE MERGED
2006/11/01 13:07:04 tl 1.6.146.1: #i69286# make starmath warning-free for unxlngi6(.pro)
Diffstat (limited to 'starmath/inc/format.hxx')
-rw-r--r--starmath/inc/format.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 216ad63af7a5..0c9d61f031dd 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: format.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 14:58:35 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:09:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,7 +135,7 @@ class SmFormat : public SfxBroadcaster
public:
SmFormat();
- SmFormat(const SmFormat &rFormat) { *this = rFormat; }
+ SmFormat(const SmFormat &rFormat) : SfxBroadcaster() { *this = rFormat; }
const Size & GetBaseSize() const { return aBaseSize; }
void SetBaseSize(const Size &rSize) { aBaseSize = rSize; }