summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-16 11:50:55 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-16 11:50:55 +0000
commit40dce71ae36392fdf51849bb3ab11af35fec062f (patch)
treee099b4da65db02d14209e0036e49e815e77be8f2
parent90e0834d5612cf75e9a21b3a6bab10f6a98ac053 (diff)
#i10000# see also MWS fix on OOO310_m1
-rw-r--r--sc/inc/olinetab.hxx2
-rw-r--r--sc/source/ui/vba/vbacommandbarcontrols.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx
index 975568d023b4..59846d7717a0 100644
--- a/sc/inc/olinetab.hxx
+++ b/sc/inc/olinetab.hxx
@@ -111,7 +111,7 @@ public:
ScOutlineEntry* GetEntry( USHORT nLevel, USHORT nIndex ) const;
USHORT GetCount( USHORT nLevel ) const;
- SC_DLLPUBLIC ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const;
+ ScOutlineEntry* GetEntryByPos( USHORT nLevel, SCCOLROW nPos ) const;
BOOL GetEntryIndex( USHORT nLevel, SCCOLROW nPos, USHORT& rnIndex ) const;
BOOL GetEntryIndexInRange(
diff --git a/sc/source/ui/vba/vbacommandbarcontrols.cxx b/sc/source/ui/vba/vbacommandbarcontrols.cxx
index 40b0a7b493a0..f40636369d95 100644
--- a/sc/source/ui/vba/vbacommandbarcontrols.cxx
+++ b/sc/source/ui/vba/vbacommandbarcontrols.cxx
@@ -65,7 +65,6 @@ public:
}
else
throw container::NoSuchElementException();
- return uno::Any();
}
};