summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsTheme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsTheme.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsTheme.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx
index efd93a535e8d..c6b2bc5c9b11 100644
--- a/sd/source/ui/slidesorter/view/SlsTheme.cxx
+++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx
@@ -83,14 +83,6 @@ Theme::Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties)
{
LocalResource aResource (RID_SLIDESORTER_ICONS);
- maStrings.resize(_StringType_Size_);
- maStrings[String_DragAndDropPages] = String(SdResId(STRING_DRAG_AND_DROP_PAGES));
- maStrings[String_DragAndDropSlides] = String(SdResId(STRING_DRAG_AND_DROP_SLIDES));
- maStrings[String_Command1] = String(SdResId(STRING_COMMAND1));
- maStrings[String_Command2] = String(SdResId(STRING_COMMAND2_A));
- maStrings[String_Command2B] = String(SdResId(STRING_COMMAND2_B));
- maStrings[String_Command3] = String(SdResId(STRING_COMMAND3));
-
maColor.resize(_ColorType_Size_);
maColor[Color_Background] = maBackgroundColor;
maColor[Color_PageNumberDefault] = 0x0808080;
@@ -352,20 +344,6 @@ const BitmapEx& Theme::GetIcon (const IconType eType)
-::rtl::OUString Theme::GetString (const StringType eType) const
-{
- if (eType>=0 && size_t(eType)<maStrings.size())
- return maStrings[eType];
- else
- {
- OSL_ASSERT(eType>=0 && size_t(eType)<maStrings.size());
- return ::rtl::OUString();
- }
-}
-
-
-
-
Theme::GradientDescriptor& Theme::GetGradient (const GradientColorType eType)
{
if (eType>=0 && size_t(eType)<maGradients.size())