summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapalette.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 09:57:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 09:57:41 +0000
commit3f7c8e4324bca1e0778c4e381403de025db34eea (patch)
tree05d2dad6f32ffb4f598d594f92d5aa7095e12ec2 /sc/source/ui/vba/vbapalette.cxx
parentba54dac1ef7ae00a2ec3d0198c914169cc1d22ba (diff)
INTEGRATION: CWS npower8 (1.2.4); FILE MERGED
2007/07/18 13:46:46 npower 1.2.4.1: #i77189# sync ooo-build and this module
Diffstat (limited to 'sc/source/ui/vba/vbapalette.cxx')
-rw-r--r--sc/source/ui/vba/vbapalette.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbapalette.cxx b/sc/source/ui/vba/vbapalette.cxx
index 3ea6c390c390..852583fc55ca 100644
--- a/sc/source/ui/vba/vbapalette.cxx
+++ b/sc/source/ui/vba/vbapalette.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbapalette.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 16:08:44 $
+ * last change: $Author: vg $ $Date: 2007-12-07 10:57:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,6 +91,12 @@ public:
};
uno::Reference< container::XIndexAccess >
+ScVbaPalette::getDefaultPalette()
+{
+ return new DefaultPalette();
+}
+
+uno::Reference< container::XIndexAccess >
ScVbaPalette::getPalette()
{
uno::Reference< container::XIndexAccess > xIndex;