summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-12 22:46:22 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-12 22:46:56 +0100
commit2316fe0dfdac3a295ec982a4f34648d0de367951 (patch)
tree2bdd5b4010283d331dd2f3c728073532c66a6c45 /sfx2/inc
parent35211d334e36dc970624705dd9a663b5be8c2479 (diff)
Template manager: no need to extract file type description
Change-Id: I18d01542f009a5c6c1f688a8df04c14d3c8edc9e
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/templateproperties.hxx1
-rw-r--r--sfx2/inc/sfx2/templateviewitem.hxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/inc/sfx2/templateproperties.hxx b/sfx2/inc/sfx2/templateproperties.hxx
index ffa9003955a8..0760f604242d 100644
--- a/sfx2/inc/sfx2/templateproperties.hxx
+++ b/sfx2/inc/sfx2/templateproperties.hxx
@@ -20,7 +20,6 @@ struct TemplateItemProperties
sal_uInt16 nRegionId;
rtl::OUString aName;
rtl::OUString aPath;
- rtl::OUString aType;
BitmapEx aThumbnail;
};
diff --git a/sfx2/inc/sfx2/templateviewitem.hxx b/sfx2/inc/sfx2/templateviewitem.hxx
index 9a7d35850c1b..b19a06060421 100644
--- a/sfx2/inc/sfx2/templateviewitem.hxx
+++ b/sfx2/inc/sfx2/templateviewitem.hxx
@@ -32,10 +32,6 @@ public:
const rtl::OUString& getKeywords () const { return maKeywords; }
- void setFileType (const rtl::OUString &rType) { maFileType = rType; }
-
- const rtl::OUString& getFileType () const { return maFileType; }
-
void setSubTitle (const rtl::OUString &rTitle) { maSubTitle = rTitle; }
const rtl::OUString& getSubTitle () const { return maSubTitle; }
@@ -51,7 +47,6 @@ private:
rtl::OUString maPath;
rtl::OUString maAuthor;
rtl::OUString maKeywords;
- rtl::OUString maFileType;
rtl::OUString maSubTitle;
Point maSubTitlePos;